mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
ppp: fix purity patch on :multiple-outputs:
This commit is contained in:
parent
4b6d254ed7
commit
34bd1110b1
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user