]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/flrn/default.nix
Use mylibs explicitly in pkgs
[perso/Immae/Config/Nix.git] / pkgs / flrn / default.nix
index 4240c5723a58c413b5c20996441ae2a5ee739ec2..f288615a0948cd690c129fe485a16695645f713f 100644 (file)
@@ -1,5 +1,5 @@
-{ stdenv, fetchedGithub, libetpan, openssl, autoconf, groff, slang, yacc }:
-stdenv.mkDerivation (fetchedGithub ./flrn.json // {
+{ stdenv, mylibs, libetpan, openssl, autoconf, groff, slang, yacc }:
+stdenv.mkDerivation (mylibs.fetchedGithub ./flrn.json // {
   buildInputs = [ libetpan openssl autoconf groff slang yacc ];
   preConfigure = ''
     sed -i -e "s/test -e configure/false/" configure.in