nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

caf: fix build on darwin

+3 -1
+3 -1
pkgs/development/libraries/caf/default.nix
··· 19 19 "-DCAF_ENABLE_EXAMPLES:BOOL=OFF" 20 20 ]; 21 21 22 - doCheck = true; 22 + env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-faligned-allocation"; 23 + 24 + doCheck = !stdenv.isDarwin; 23 25 checkTarget = "test"; 24 26 25 27 meta = with lib; {