tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
aces-container: fix darwin build
Austin Horstman
1 year ago
7c69bb5c
b56e1827
+2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ac
aces-container
package.nix
+2
pkgs/by-name/ac/aces-container/package.nix
···
20
20
cmake
21
21
];
22
22
23
23
+
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-c++11-narrowing";
24
24
+
23
25
meta = {
24
26
description = "Reference Implementation of SMPTE ST2065-4";
25
27
homepage = "https://github.com/ampas/aces_container";