File tree 1 file changed +6
-4
lines changed
pkgs/applications/graphics/shotwell
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 8
8
stdenv . mkDerivation rec {
9
9
version = "${ major } .${ minor } " ;
10
10
major = "0.26" ;
11
- minor = "1 " ;
11
+ minor = "2 " ;
12
12
name = "shotwell-${ version } " ;
13
13
14
14
src = fetchurl {
15
15
url = "mirror://gnome/sources/shotwell/${ major } /${ name } .tar.xz" ;
16
- sha256 = "0xak1f69lp1yx3p8jgmr9c0z3jypi8zjpy3kiknn5n9g2f5cqq0a " ;
16
+ sha256 = "0frjqa6nmh025clwnb74z2rzbdq65wjcp2lf9csgcbkpahyjhrag " ;
17
17
} ;
18
18
19
19
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 {
24
24
patchShebangs .
25
25
'' ;
26
26
27
+ nativeBuildInputs = [ pkgconfig wrapGAppsHook ] ;
28
+
27
29
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
29
31
which udev libgudev gnome3 . gexiv2 hicolor_icon_theme
30
32
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
32
34
gnome3 . defaultIconTheme itstool libgdata ] ;
33
35
34
36
meta = with stdenv . lib ; {
You can’t perform that action at this time.
0 commit comments