summary refs log tree commit diff
path: root/pkgs/applications/graphics/shotwell
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2017-06-18 12:33:25 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2017-06-18 12:33:57 +0200
commit4e89e18852b8fbe926f4ab8af008db17e58465ea (patch)
tree6d6c327add92897a4fdf57d9a3dde0876a6b2338 /pkgs/applications/graphics/shotwell
parentc25b145815c1a7411621e33e69147c9545833509 (diff)
downloadnixpkgs-4e89e18852b8fbe926f4ab8af008db17e58465ea.tar
nixpkgs-4e89e18852b8fbe926f4ab8af008db17e58465ea.tar.gz
nixpkgs-4e89e18852b8fbe926f4ab8af008db17e58465ea.tar.bz2
nixpkgs-4e89e18852b8fbe926f4ab8af008db17e58465ea.tar.lz
nixpkgs-4e89e18852b8fbe926f4ab8af008db17e58465ea.tar.xz
nixpkgs-4e89e18852b8fbe926f4ab8af008db17e58465ea.tar.zst
nixpkgs-4e89e18852b8fbe926f4ab8af008db17e58465ea.zip
shotwell: 0.26.1 -> 0.26.2
Diffstat (limited to 'pkgs/applications/graphics/shotwell')
-rw-r--r--pkgs/applications/graphics/shotwell/default.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/shotwell/default.nix b/pkgs/applications/graphics/shotwell/default.nix
index c020f7fc6ca..3f31b86fe49 100644
--- a/pkgs/applications/graphics/shotwell/default.nix
+++ b/pkgs/applications/graphics/shotwell/default.nix
@@ -8,12 +8,12 @@
 stdenv.mkDerivation rec {
   version = "${major}.${minor}";
   major = "0.26";
-  minor = "1";
+  minor = "2";
   name = "shotwell-${version}";
 
   src = fetchurl {
     url = "mirror://gnome/sources/shotwell/${major}/${name}.tar.xz";
-    sha256 = "0xak1f69lp1yx3p8jgmr9c0z3jypi8zjpy3kiknn5n9g2f5cqq0a";
+    sha256 = "0frjqa6nmh025clwnb74z2rzbdq65wjcp2lf9csgcbkpahyjhrag";
   };
 
   NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/glib-2.0 -I${glib.out}/lib/glib-2.0/include";
@@ -24,11 +24,13 @@ stdenv.mkDerivation rec {
     patchShebangs .
   '';
 
+  nativeBuildInputs = [ pkgconfig wrapGAppsHook ];
+
   buildInputs = [ m4 glibc gtk3 libexif libgphoto2 libsoup libxml2 vala_0_28 sqlite webkitgtk
-                  pkgconfig gst_all_1.gstreamer gst_all_1.gst-plugins-base gnome3.libgee
+                  gst_all_1.gstreamer gst_all_1.gst-plugins-base gnome3.libgee
                   which udev libgudev gnome3.gexiv2 hicolor_icon_theme
                   libraw json_glib gettext desktop_file_utils glib lcms2 gdk_pixbuf librsvg
-                  wrapGAppsHook gnome_doc_utils gnome3.rest gnome3.gcr
+                  gnome_doc_utils gnome3.rest gnome3.gcr
                   gnome3.defaultIconTheme itstool libgdata ];
 
   meta = with stdenv.lib; {