netbsd.uudecode: fix build on darwin
Requires explicit link to libresolv
This commit is contained in:
parent
87c6a9a57c
commit
d5e1a54ffc
1 changed files with 1 additions and 0 deletions
|
@ -539,6 +539,7 @@ in lib.makeScopeWithSplicing
|
|||
version = "9.2";
|
||||
sha256 = "00a3zmh15pg4vx6hz0kaa5mi8d2b1sj4h512d7p6wbvxq6mznwcn";
|
||||
NIX_CFLAGS_COMPILE = lib.optional stdenv.isLinux "-DNO_BASE64";
|
||||
NIX_LDFLAGS = lib.optional stdenv.isDarwin "-lresolv";
|
||||
};
|
||||
|
||||
cksum = mkDerivation {
|
||||
|
|
Loading…
Reference in a new issue