Skip to content

Commit

Permalink
shotwell: 0.25.2 -> 0.25.5
Browse files Browse the repository at this point in the history
(cherry picked from commit e3d7ce8)
  • Loading branch information
mimame authored and fpletz committed Feb 15, 2017
1 parent 4d73cd3 commit 47fbc9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/shotwell/default.nix
Expand Up @@ -8,12 +8,12 @@
stdenv.mkDerivation rec {
version = "${major}.${minor}";
major = "0.25";
minor = "2";
minor = "5";
name = "shotwell-${version}";

src = fetchurl {
url = "mirror://gnome/sources/shotwell/${major}/${name}.tar.xz";
sha256 = "1bih5hr3pvpkx3fck55bnhngn4fl92ryjizc34wb8pwigbkxnaj1";
sha256 = "10pv3v789hky8h7ladqzzmgvkmgy3c41n4xz0nnyjmpycwl26g29";
};

NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/glib-2.0 -I${glib.out}/lib/glib-2.0/include";
Expand Down

3 comments on commit 47fbc9c

@bjornfor
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These shotwell updates don't build (Requested 'gexiv2 >= 0.10.4' but version of GExiv2 is 0.10.3).

Please test changes before pushing, especially on the stable branch.

@globin
Copy link
Member

@globin globin commented on 47fbc9c Feb 17, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 33ed68f

@bjornfor
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@globin: Thanks.

Please sign in to comment.