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:
parent
340375f421
commit
caaded3713
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue