3
0
Fork 0
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:
Craig Hall 2019-08-15 22:26:47 +01:00
parent debf1db8f8
commit 38b057f6ca

View file

@ -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 ''