gnome3.gexiv2: 0.10.7 → 0.10.8
This commit is contained in:
parent
0f2dc6c209
commit
3648db87f2
@ -2,29 +2,16 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "gexiv2";
|
pname = "gexiv2";
|
||||||
version = "0.10.7";
|
version = "0.10.8";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.xz";
|
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 = ''
|
preConfigure = ''
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user