lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

zlib-ng: fix build on FreeBSD (#384014)

authored by

John Ericson and committed by
GitHub
9069f7fe 16cd6346

+6
+6
pkgs/by-name/zl/zlib-ng/package.nix
··· 32 32 pkg-config 33 33 ]; 34 34 35 + env = lib.optionalAttrs stdenv.hostPlatform.isFreeBSD { 36 + # This can be removed when we switch to libcxx from llvm 20 37 + # https://github.com/llvm/llvm-project/pull/122361 38 + NIX_CFLAGS_COMPILE = "-D_XOPEN_SOURCE=700"; 39 + }; 40 + 35 41 buildInputs = [ gtest ]; 36 42 37 43 cmakeFlags = [