aces-container: fix darwin build
This commit is contained in:
parent
b56e1827f4
commit
7c69bb5c15
@ -20,6 +20,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
cmake
|
cmake
|
||||||
];
|
];
|
||||||
|
|
||||||
|
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-c++11-narrowing";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Reference Implementation of SMPTE ST2065-4";
|
description = "Reference Implementation of SMPTE ST2065-4";
|
||||||
homepage = "https://github.com/ampas/aces_container";
|
homepage = "https://github.com/ampas/aces_container";
|
||||||
|
Loading…
Reference in New Issue
Block a user