aces-container: fix darwin build

This commit is contained in:
Austin Horstman 2024-11-04 16:40:49 -06:00
parent b56e1827f4
commit 7c69bb5c15
No known key found for this signature in database

View File

@ -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";