From dd3aa379b9941a30ddd772ff1cd2cfea7819e7bb Mon Sep 17 00:00:00 2001 From: koralowiec <36413794+koralowiec@users.noreply.github.com> Date: Sun, 24 Sep 2023 12:10:05 +0200 Subject: [PATCH] fix(typo): rename mymkDerivation to mkDerivation in conclusion of pill 08 --- pills/08-generic-builders.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.