parent
3b00e78e63
commit
a6cd07ceaa
@ -1,6 +1,5 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, docbook_xml_dtd_43
|
, docbook_xml_dtd_43
|
||||||
, docbook-xsl-nons
|
, docbook-xsl-nons
|
||||||
, glib
|
, glib
|
||||||
@ -20,7 +19,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libjcat";
|
pname = "libjcat";
|
||||||
version = "0.1.1";
|
version = "0.1.2";
|
||||||
|
|
||||||
outputs = [ "bin" "out" "dev" "devdoc" "man" "installedTests" ];
|
outputs = [ "bin" "out" "dev" "devdoc" "man" "installedTests" ];
|
||||||
|
|
||||||
@ -28,18 +27,12 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "hughsie";
|
owner = "hughsie";
|
||||||
repo = "libjcat";
|
repo = "libjcat";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "hWJUzpQvy2V4pS8C/nW7Xrs9U9LQWMsGuTVOnm5UJc0=";
|
sha256 = "zb9zKEvYUOSyo/j6hXTYZlQOSLdMkkT2I+Pe/0wMrWo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Installed tests are installed to different output
|
# Installed tests are installed to different output
|
||||||
./installed-tests-path.patch
|
./installed-tests-path.patch
|
||||||
|
|
||||||
# Fix version file generation
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/hughsie/libjcat/commit/cf2d9298a5fab7278ee040bc0b4be384a7b5538e.patch";
|
|
||||||
sha256 = "3749qih+wfhU8ECklh5BvReJ7pS+Ao1Q7YueZ1tT0Is=";
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user