ppp: fix purity patch on :multiple-outputs:
This commit is contained in:
parent
4b6d254ed7
commit
34bd1110b1
@ -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
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user