libjcat: 0.1.1 → 0.1.2
https://github.com/hughsie/libjcat/commit/1a509ac60b7446254c3bd1f45ea53e6cffba30ac
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user