Merge pull request #196500 from r-burns/uudecode-darwin
netbsd.uudecode: fix build on darwin
This commit is contained in:
commit
494a9587e8
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