diff --git a/pills/08-generic-builders.xml b/pills/08-generic-builders.xml index fe70c11..c7f2b43 100644 --- a/pills/08-generic-builders.xml +++ b/pills/08-generic-builders.xml @@ -297,7 +297,7 @@ Out of this pill we managed to create a generic builder for autotools - projects, and a function mymkDerivation that composes by default + projects, and a function mkDerivation that composes by default the common components used in autotools projects instead of repeating them in all the packages we would write.