forked from mirrors/nixpkgs
ufraw: Remove --enable-extras
Don't build the 'dcraw' and 'nikon-curve' binaries, as per ufraw's README: "Do not package the executables generated by by --enable-extras. These extras are there for testing the code during development. They are of no interest to end user. Specifically, if you want to package dcraw, you should use Dave's original code and not UFRaw's modified code."
This commit is contained in:
parent
debf1db8f8
commit
38b057f6ca
|
@ -57,7 +57,6 @@ stdenv.mkDerivation rec {
|
|||
configureFlags = [
|
||||
"--enable-contrast"
|
||||
"--enable-dst-correction"
|
||||
"--enable-extras"
|
||||
] ++ stdenv.lib.optional withGimpPlugin "--with-gimp";
|
||||
|
||||
postInstall = stdenv.lib.optionalString withGimpPlugin ''
|
||||
|
|
Loading…
Reference in a new issue