about summary refs log tree commit diff
path: root/pkgs/tools/graphics/dcraw
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2011-01-05 10:08:49 +0000
committerRob Vermaas <rob.vermaas@gmail.com>2011-01-05 10:08:49 +0000
commit1b8103255329b3ed62d5fd2dc8bf3dc713d59bcd (patch)
tree1de8e7e1ab373e2f229003308342a6ff89296068 /pkgs/tools/graphics/dcraw
parent1b51c304ab82ec47a4132ec99cfda44c71c29f6b (diff)
do not build dcraw on cygwin
svn path=/nixpkgs/trunk/; revision=25415
Diffstat (limited to 'pkgs/tools/graphics/dcraw')
-rw-r--r--pkgs/tools/graphics/dcraw/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/dcraw/default.nix b/pkgs/tools/graphics/dcraw/default.nix
index 30af04d25d9b7..8ee02710b05fd 100644
--- a/pkgs/tools/graphics/dcraw/default.nix
+++ b/pkgs/tools/graphics/dcraw/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
     homepage = http://www.cybercom.net/~dcoffin/dcraw/;
     description = "Decoder for many camera raw picture formats";
     license = "free";
-    platforms = stdenv.lib.platforms.all;
+    platforms = stdenv.lib.platforms.allBut "i686-cygwin";
     maintainers = [ stdenv.lib.maintainers.urkud ];
   };
 }