From b54b78be8030df398540056fc3e07c29ee38a32e Mon Sep 17 00:00:00 2001 From: Arek Kalandyk <36413794+koralowiec@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:17:02 +0200 Subject: [PATCH] fix(typo): rename mymkDerivation to mkDerivation in conclusion of pill 08 (#220) --- 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.