ppp: fix purity patch on :multiple-outputs:

This commit is contained in:
Mathijs Kwik 2013-06-16 00:35:36 +02:00 committed by Eelco Dolstra
parent 4b6d254ed7
commit 34bd1110b1

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
[ ( substituteAll { [ ( substituteAll {
src = ./nix-purity.patch; src = ./nix-purity.patch;
inherit libpcap; inherit libpcap;
glibc = stdenv.gcc.libc; glibc = stdenv.gcc.libc.dev;
}) })
./nonpriv.patch ./nonpriv.patch
]; ];