We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7554eb0 commit 81677e6Copy full SHA for 81677e6
pkgs/applications/science/biology/minc-tools/default.nix
@@ -50,6 +50,8 @@ stdenv.mkDerivation rec {
50
"-DNIFTI_INCLUDE_DIR=${nifticlib}/include/nifti"
51
];
52
53
+ env.NIX_CFLAGS_COMPILE = "-D_FillValue=NC_FillValue";
54
+
55
postFixup = ''
56
for prog in minccomplete minchistory mincpik; do
57
wrapProgram $out/bin/$prog --prefix PERL5LIB : $PERL5LIB
@@ -62,5 +64,6 @@ stdenv.mkDerivation rec {
62
64
maintainers = with maintainers; [ bcdarwin ];
63
65
platforms = platforms.unix;
66
license = licenses.free;
67
+ broken = stdenv.hostPlatform.isDarwin;
68
};
69
}
0 commit comments