]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Fix build dependency for note
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 22 Dec 2018 14:09:03 +0000 (15:09 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 22 Dec 2018 14:09:03 +0000 (15:09 +0100)
default.nix

index 95caf5158e1f0880e63096abcea0b57b6f150353..11dcf0d05f09d079d03b642a8fbc2cd77633de7a 100644 (file)
@@ -109,7 +109,7 @@ let
       sha256 = "1h645rnb5vpms48fcyzvp7cwwcbf9k5xq49w2bpniyzzgk2brjrq";
     };
     outputs = ["out" "man"];
-    buildInputs = [ perlPackages.YAML ];
+    propragatedBuildInputs = [ perlPackages.YAML ];
     meta = with stdenv.lib; {
       description = "A perl script for maintaining notes";
       homepage    = http://www.daemon.de/NOTE;