Skip to content

Commit

Permalink
pantheon.elementary-photos: 2.6.2 -> 2.6.3
Browse files Browse the repository at this point in the history
Drop gexiv2 0.12 patch, fix is upstream.

https://github.com/elementary/photos/releases/tag/2.6.3
  • Loading branch information
worldofpeace committed Apr 11, 2019
1 parent f5d208d commit 69edf51
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pkgs/desktops/pantheon/apps/elementary-photos/default.nix
Expand Up @@ -5,15 +5,15 @@

stdenv.mkDerivation rec {
pname = "photos";
version = "2.6.2";
version = "2.6.3";

name = "elementary-${pname}-${version}";

src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "166a1jb85n67z6ffm5i0xzap407rv0r511lzh0gidkap1qy6pnmi";
sha256 = "1s0ww5g26wj0gd1drj8gxs74gvg2c9fdj4ixpifj8jh8yafdmrvg";
};

passthru = {
Expand Down Expand Up @@ -66,14 +66,6 @@ stdenv.mkDerivation rec {
"-Dplugins=false"
];

patches = [
# Fix build against gexiv2 0.12
(fetchpatch {
url = "https://github.com/elementary/photos/commit/86df00ced674abb2ee430ea24422079cfabb314c.patch";
sha256 = "0836fzja93w36jf7ldqypsmnqn46mwsl93q41m104zn8qm0wrkmy";
})
];

postPatch = ''
chmod +x meson/post_install.py
patchShebangs meson/post_install.py
Expand Down

0 comments on commit 69edf51

Please sign in to comment.