mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
ppp: fix evaluation error on Darwin
This commit is contained in:
parent
9e5b2d5e3d
commit
1fae9a36aa
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||
[ ( substituteAll {
|
||||
src = ./nix-purity.patch;
|
||||
inherit libpcap;
|
||||
glibc = stdenv.cc.libc.dev;
|
||||
glibc = stdenv.cc.libc.dev or stdenv.cc.libc;
|
||||
})
|
||||
# Without nonpriv.patch, pppd --version doesn't work when not run as
|
||||
# root.
|
||||
|
|
Loading…
Reference in a new issue