libjcat: 0.1.7 → 0.1.10

https://github.com/hughsie/libjcat/blob/0.1.10/NEWS
This commit is contained in:
Jan Tojnar 2022-02-19 07:54:33 +01:00
parent 77d8adb8b9
commit 62aa918237

View file

@ -18,7 +18,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libjcat"; pname = "libjcat";
version = "0.1.7"; version = "0.1.10";
outputs = [ "bin" "out" "dev" "devdoc" "man" "installedTests" ]; outputs = [ "bin" "out" "dev" "devdoc" "man" "installedTests" ];
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
owner = "hughsie"; owner = "hughsie";
repo = "libjcat"; repo = "libjcat";
rev = version; rev = version;
sha256 = "sha256-WYCYRFjjy9nr1p1SqzBGCBZ5vkhFybddXpHUcwdEDIQ="; sha256 = "sha256-6fqcP8LWvRoDf5gJz+kW0w5+3PP/luuoPMak1QLKzzM=";
}; };
patches = [ patches = [
@ -43,9 +43,7 @@ stdenv.mkDerivation rec {
gobject-introspection gobject-introspection
vala vala
gtk-doc gtk-doc
(python3.withPackages (pkgs: with pkgs; [ python3
setuptools
]))
]; ];
buildInputs = [ buildInputs = [
@ -60,10 +58,6 @@ stdenv.mkDerivation rec {
"-Dinstalled_test_prefix=${placeholder "installedTests"}" "-Dinstalled_test_prefix=${placeholder "installedTests"}"
]; ];
postPatch = ''
patchShebangs contrib/generate-version-script.py
'';
doCheck = true; doCheck = true;
passthru = { passthru = {