We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2e9c36 + b456cbb commit 5e1f792Copy full SHA for 5e1f792
pkgs/by-name/li/libaom/package.nix
@@ -55,6 +55,12 @@ stdenv.mkDerivation rec {
55
56
propagatedBuildInputs = lib.optional enableVmaf libvmaf;
57
58
+ env = lib.optionalAttrs stdenv.hostPlatform.isFreeBSD {
59
+ # This can be removed when we switch to libcxx from llvm 20
60
+ # https://github.com/llvm/llvm-project/pull/122361
61
+ NIX_CFLAGS_COMPILE = "-D_XOPEN_SOURCE=700";
62
+ };
63
+
64
preConfigure = ''
65
# build uses `git describe` to set the build version
66
cat > $NIX_BUILD_TOP/git << "EOF"
0 commit comments