From 38b057f6ca65bb2631d73a9fc173b53c3affe90b Mon Sep 17 00:00:00 2001 From: Craig Hall Date: Thu, 15 Aug 2019 22:26:47 +0100 Subject: [PATCH] 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." --- pkgs/applications/graphics/ufraw/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/graphics/ufraw/default.nix b/pkgs/applications/graphics/ufraw/default.nix index a07b7bb7ab4c..39b4640dc431 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 ''