Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

aces-container: fix darwin build

+2
+2
pkgs/by-name/ac/aces-container/package.nix
··· 20 20 cmake 21 21 ]; 22 22 23 + env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-c++11-narrowing"; 24 + 23 25 meta = { 24 26 description = "Reference Implementation of SMPTE ST2065-4"; 25 27 homepage = "https://github.com/ampas/aces_container";