gnome3.gexiv2: 0.10.7 → 0.10.8

This commit is contained in:
Jan Tojnar 2018-03-03 02:21:41 +01:00
parent 0f2dc6c209
commit 3648db87f2
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -2,29 +2,16 @@
let
pname = "gexiv2";
version = "0.10.7";
version = "0.10.8";
in
stdenv.mkDerivation rec {
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.xz";
sha256 = "1f7312zygw77ml37i5qilhfvmjm59dn753ax71rcb2jm1p76vgcb";
sha256 = "0088m7p044n741ly1m6i7w25z513h9wpgyw0rmx5f0sy3vyjiic1";
};
patches = [
# Darwin compatibility (https://bugzilla.gnome.org/show_bug.cgi?id=791941)
(fetchurl {
url = https://bugzilla.gnome.org/attachment.cgi?id=365969;
sha256 = "06w744acgnz3hym7sm8c245yzlg05ldkmwgiz3yz4pp6h72brizj";
})
# GIR & Vala bindings fix (https://bugzilla.gnome.org/show_bug.cgi?id=792431)
(fetchurl {
url = https://bugzilla.gnome.org/attachment.cgi?id=366662;
sha256 = "1ljb2pap5v9z3zhx69ghfyrbl2b62ck35nyn7h5h410d008lcb4v";
})
];
preConfigure = ''
patchShebangs .
'';