summary refs log tree commit diff
diff options
context:
space:
mode:
authorCraig Hall <ch9871@gmail.com>2019-08-15 22:26:47 +0100
committerCraig Hall <ch9871@gmail.com>2019-08-16 11:30:41 +0100
commit38b057f6ca65bb2631d73a9fc173b53c3affe90b (patch)
tree2fd8543352c7c7be2a6f00999a2f2a12598d0171
parentdebf1db8f834beb7192a32c642af884a95922299 (diff)
downloadnixpkgs-38b057f6ca65bb2631d73a9fc173b53c3affe90b.tar
nixpkgs-38b057f6ca65bb2631d73a9fc173b53c3affe90b.tar.gz
nixpkgs-38b057f6ca65bb2631d73a9fc173b53c3affe90b.tar.bz2
nixpkgs-38b057f6ca65bb2631d73a9fc173b53c3affe90b.tar.lz
nixpkgs-38b057f6ca65bb2631d73a9fc173b53c3affe90b.tar.xz
nixpkgs-38b057f6ca65bb2631d73a9fc173b53c3affe90b.tar.zst
nixpkgs-38b057f6ca65bb2631d73a9fc173b53c3affe90b.zip
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."
-rw-r--r--pkgs/applications/graphics/ufraw/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/ufraw/default.nix b/pkgs/applications/graphics/ufraw/default.nix
index a07b7bb7ab4..39b4640dc43 100644
--- a/pkgs/applications/graphics/ufraw/default.nix
+++ b/pkgs/applications/graphics/ufraw/default.nix
@@ -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 ''