ppp: fix purity patch on :multiple-outputs:

This commit is contained in:
Mathijs Kwik
2013-08-21 17:35:54 +02:00
committed by Eelco Dolstra
parent 4b6d254ed7
commit 34bd1110b1
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
[ ( substituteAll {
src = ./nix-purity.patch;
inherit libpcap;
glibc = stdenv.gcc.libc;
glibc = stdenv.gcc.libc.dev;
})
./nonpriv.patch
];