Skip to content

Commit 4e89e18

Browse files
committedJun 18, 2017
shotwell: 0.26.1 -> 0.26.2
1 parent c25b145 commit 4e89e18

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
 

Diff for: ‎pkgs/applications/graphics/shotwell/default.nix

+6-4
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
stdenv.mkDerivation rec {
99
version = "${major}.${minor}";
1010
major = "0.26";
11-
minor = "1";
11+
minor = "2";
1212
name = "shotwell-${version}";
1313

1414
src = fetchurl {
1515
url = "mirror://gnome/sources/shotwell/${major}/${name}.tar.xz";
16-
sha256 = "0xak1f69lp1yx3p8jgmr9c0z3jypi8zjpy3kiknn5n9g2f5cqq0a";
16+
sha256 = "0frjqa6nmh025clwnb74z2rzbdq65wjcp2lf9csgcbkpahyjhrag";
1717
};
1818

1919
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 {
2424
patchShebangs .
2525
'';
2626

27+
nativeBuildInputs = [ pkgconfig wrapGAppsHook ];
28+
2729
buildInputs = [ m4 glibc gtk3 libexif libgphoto2 libsoup libxml2 vala_0_28 sqlite webkitgtk
28-
pkgconfig gst_all_1.gstreamer gst_all_1.gst-plugins-base gnome3.libgee
30+
gst_all_1.gstreamer gst_all_1.gst-plugins-base gnome3.libgee
2931
which udev libgudev gnome3.gexiv2 hicolor_icon_theme
3032
libraw json_glib gettext desktop_file_utils glib lcms2 gdk_pixbuf librsvg
31-
wrapGAppsHook gnome_doc_utils gnome3.rest gnome3.gcr
33+
gnome_doc_utils gnome3.rest gnome3.gcr
3234
gnome3.defaultIconTheme itstool libgdata ];
3335

3436
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)
Please sign in to comment.