Merge pull request #62207 from dtzWill/update/xarchiver-0.5.4.14
xarchiver: 0.5.4.12 -> 0.5.4.14
This commit is contained in:
commit
e9955a10e7
@ -1,24 +1,16 @@
|
|||||||
{ stdenv, fetchFromGitHub, fetchpatch, gtk3, pkgconfig, intltool, libxslt, hicolor-icon-theme }:
|
{ stdenv, fetchFromGitHub, gtk3, pkgconfig, intltool, libxslt, hicolor-icon-theme }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.5.4.12";
|
version = "0.5.4.14";
|
||||||
name = "xarchiver-${version}";
|
name = "xarchiver-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ib";
|
owner = "ib";
|
||||||
repo = "xarchiver";
|
repo = "xarchiver";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "13d8slcx3frz0dhl1w4llj7001n57cjjb8r7dlaw5qacaas3xfwi";
|
sha256 = "1iklwgykgymrwcc5p1cdbh91v0ih1m58s3w9ndl5kyd44bwlb7px";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# Fixes darwin build, remove with next update.
|
|
||||||
(fetchpatch {
|
|
||||||
url = https://github.com/ib/xarchiver/commit/8c69d066a827419feafd0bd047d19207ceadc7df.patch;
|
|
||||||
sha256 = "1ch1409hx1ynkm0mz93zy8h7wvcrsn56sz7lczsf6hznc8yzl0qg";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ gtk3 intltool libxslt hicolor-icon-theme ];
|
buildInputs = [ gtk3 intltool libxslt hicolor-icon-theme ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user