about summary refs log tree commit diff
path: root/pkgs/applications/graphics/gimp
diff options
context:
space:
mode:
authorCillian de Róiste <goibhniu@fsfe.org>2013-11-10 17:44:02 +0100
committerCillian de Róiste <goibhniu@fsfe.org>2013-11-10 23:35:03 +0100
commitf9520337d09a5cb1d0bb22d5766adee17b982203 (patch)
tree01f501009d8e33a2ab04772c98d5de71de54efe9 /pkgs/applications/graphics/gimp
parentbc368053ea985ef647c048d58e561f459e7db69b (diff)
downloadnixlib-f9520337d09a5cb1d0bb22d5766adee17b982203.tar
nixlib-f9520337d09a5cb1d0bb22d5766adee17b982203.tar.gz
nixlib-f9520337d09a5cb1d0bb22d5766adee17b982203.tar.bz2
nixlib-f9520337d09a5cb1d0bb22d5766adee17b982203.tar.lz
nixlib-f9520337d09a5cb1d0bb22d5766adee17b982203.tar.xz
nixlib-f9520337d09a5cb1d0bb22d5766adee17b982203.tar.zst
nixlib-f9520337d09a5cb1d0bb22d5766adee17b982203.zip
gimpPlugins.ufraw: update plugin from 0.15 to 0.19.2 to build with gimp 2.8
Diffstat (limited to 'pkgs/applications/graphics/gimp')
-rw-r--r--pkgs/applications/graphics/gimp/plugins/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/graphics/gimp/plugins/default.nix b/pkgs/applications/graphics/gimp/plugins/default.nix
index d314d93ea4c3..8b2a4a660564 100644
--- a/pkgs/applications/graphics/gimp/plugins/default.nix
+++ b/pkgs/applications/graphics/gimp/plugins/default.nix
@@ -170,9 +170,9 @@ rec {
   # this is more than a gimp plugin !
   # either load the raw image with gimp (and the import dialog will popup)
   # or use the binary
-  ufraw = pluginDerivation {
-    name = "ufraw-0.15";
-    buildInputs = [pkgs.lcms gimp] ++ gimp.nativeBuildInputs;
+  ufraw = pluginDerivation rec {
+    name = "ufraw-0.19.2";
+    buildInputs = [pkgs.gtkimageview pkgs.lcms gimp] ++ gimp.nativeBuildInputs;
       # --enable-mime - install mime files, see README for more information
       # --enable-extras - build extra (dcraw, nikon-curve) executables
       # --enable-dst-correction - enable DST correction for file timestamps.
@@ -184,8 +184,8 @@ rec {
     configureFlags = "--enable-extras --enable-dst-correction --enable-contrast";
 
     src = fetchurl {
-      url = mirror://sourceforge/ufraw/ufraw-0.15.tar.gz;
-      sha256 = "0cf3csksjkyl91zxhjnn74vc31l14nm6n1i02s76xdvvkk9ics8k";
+      url = "mirror://sourceforge/ufraw/${name}.tar.gz";
+      sha256 = "1lxba7pb3vcsq94dwapg9bk9mb3ww6r3pvvcyb0ah5gh2sgzxgkk";
     };
     installPhase = "
       installPlugins ufraw-gimp