do not build dcraw on cygwin
svn path=/nixpkgs/trunk/; revision=25415
This commit is contained in:
parent
1b51c304ab
commit
1b81032553
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.cybercom.net/~dcoffin/dcraw/;
|
homepage = http://www.cybercom.net/~dcoffin/dcraw/;
|
||||||
description = "Decoder for many camera raw picture formats";
|
description = "Decoder for many camera raw picture formats";
|
||||||
license = "free";
|
license = "free";
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.allBut "i686-cygwin";
|
||||||
maintainers = [ stdenv.lib.maintainers.urkud ];
|
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user