3
0
Fork 0
forked from mirrors/nixpkgs

Disable inotify support on SunOS: it’s Linux-specific.

This amazingly fixes the coreutils build on SmartOS.
This commit is contained in:
Danny Wilson 2015-11-07 05:14:15 +01:00
parent 340375f421
commit caaded3713

View file

@ -36,6 +36,8 @@ let
touch -r src/stat.c src/tail.c
'';
configureFlags = optionalString stdenv.isSunOS "ac_cv_func_inotify_init=no";
nativeBuildInputs = [ perl ];
buildInputs = [ gmp ]
++ optional aclSupport acl