diff options
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 95caf51..11dcf0d 100644 --- a/default.nix +++ b/default.nix | |||
@@ -109,7 +109,7 @@ let | |||
109 | sha256 = "1h645rnb5vpms48fcyzvp7cwwcbf9k5xq49w2bpniyzzgk2brjrq"; | 109 | sha256 = "1h645rnb5vpms48fcyzvp7cwwcbf9k5xq49w2bpniyzzgk2brjrq"; |
110 | }; | 110 | }; |
111 | outputs = ["out" "man"]; | 111 | outputs = ["out" "man"]; |
112 | buildInputs = [ perlPackages.YAML ]; | 112 | propragatedBuildInputs = [ perlPackages.YAML ]; |
113 | meta = with stdenv.lib; { | 113 | meta = with stdenv.lib; { |
114 | description = "A perl script for maintaining notes"; | 114 | description = "A perl script for maintaining notes"; |
115 | homepage = http://www.daemon.de/NOTE; | 115 | homepage = http://www.daemon.de/NOTE; |