* Disable missing dcraw.
svn path=/nixpkgs/trunk/; revision=14911
This commit is contained in:
parent
d4646914ce
commit
6a55db1e68
@ -558,9 +558,11 @@ let
|
|||||||
inherit fetchurl stdenv zlib bzip2 openssl;
|
inherit fetchurl stdenv zlib bzip2 openssl;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
dcraw = import ../tools/graphics/dcraw {
|
dcraw = import ../tools/graphics/dcraw {
|
||||||
inherit fetchurl stdenv gettext libjpeg lcms;
|
inherit fetchurl stdenv gettext libjpeg lcms;
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
ddrescue = builderDefsPackage (selectVersion ../tools/system/ddrescue "1.8") {};
|
ddrescue = builderDefsPackage (selectVersion ../tools/system/ddrescue "1.8") {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user