Skip to content

Commit

Permalink
nss: propagate nspr
Browse files Browse the repository at this point in the history
(cherry picked from commit 1715e36)
  • Loading branch information
abbradar committed Mar 23, 2017
1 parent 9cc4b2f commit 64d4593
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/libraries/nss/default.nix
Expand Up @@ -16,7 +16,9 @@ in stdenv.mkDerivation rec {
sha256 = "1wrx2ig6yvgywjs25hzy4szgml21hwhd7ds0ghyfybhkiq7lyg6x";
};

buildInputs = [ nspr perl zlib sqlite ];
buildInputs = [ perl zlib sqlite ];

propagatedBuildInputs = [ nspr ];

prePatch = ''
xz -d < ${nssPEM} | patch -p1
Expand Down

0 comments on commit 64d4593

Please sign in to comment.