summary refs log tree commit diff
path: root/pkgs/development/libraries/cloog/0.18.0.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/cloog/0.18.0.nix')
-rw-r--r--pkgs/development/libraries/cloog/0.18.0.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/cloog/0.18.0.nix b/pkgs/development/libraries/cloog/0.18.0.nix
index ccd938283199..fa4e19f716ae 100644
--- a/pkgs/development/libraries/cloog/0.18.0.nix
+++ b/pkgs/development/libraries/cloog/0.18.0.nix
@@ -58,6 +58,6 @@ stdenv.mkDerivation rec {
        make[3]: *** [Box.lo] Error 1
 
     */
-    platforms = with stdenv.lib.platforms; allBut cygwin;
+    platforms = stdenv.lib.platforms.unix; # Once had cygwin problems
   };
 }