gnome3.seahorse: fix build with recent libsecret
This commit is contained in:
parent
b8ab8598ed
commit
1c5db6535d
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, vala, meson, ninja, libpwquality
|
||||
{ stdenv, fetchurl, fetchpatch, vala, meson, ninja, libpwquality
|
||||
, pkgconfig, gtk3, glib, gobject-introspection
|
||||
, wrapGAppsHook, itstool, gnupg, libsoup
|
||||
, gnome3, gpgme, python3, openldap, gcr
|
||||
@ -13,6 +13,15 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0d8zdzmlz7fjv9xl20zl4ckidf465mvdjnbpxy3k08y9iw423q4x";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# fix build with recent libsecret
|
||||
# https://gitlab.gnome.org/GNOME/seahorse/merge_requests/83
|
||||
(fetchpatch {
|
||||
url = https://gitlab.gnome.org/GNOME/seahorse/commit/d9db29db567012b7c72e85e1be1fbf55fcc9b667.patch;
|
||||
sha256 = "004zgs0n0hfc4yfmiy9lj37d67m7wxdf42sf7bzn2c3hcvpl0rcj";
|
||||
})
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user