1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00

changed function name mymkDerivation

to avoid collision & confusion  with standard function.
This commit is contained in:
i97henka 2023-06-04 00:01:01 +01:00
parent 73658ddd83
commit 5bafd468eb

View file

@ -297,7 +297,7 @@
<para>
Out of this pill we managed to create a generic builder for autotools
projects, and a function <code>mkDerivation</code> that composes by default
projects, and a function <code>mymkDerivation</code> that composes by default
the common components used in autotools projects instead of repeating them
in all the packages we would write.
</para>