mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
gnome-keyring: fix cross compilation
This commit is contained in:
parent
26c8814ee4
commit
2fc6813c67
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
|
|||
meson
|
||||
ninja
|
||||
gettext
|
||||
glib # for glib-genmarshal
|
||||
libxslt
|
||||
docbook-xsl-nons
|
||||
docbook_xml_dtd_43
|
||||
|
@ -87,6 +88,7 @@ stdenv.mkDerivation rec {
|
|||
# - https://github.com/NixOS/nixpkgs/issues/51121
|
||||
# - At least “gnome-keyring:gkm::xdg-store / xdg-trust” is still flaky on 48.beta.
|
||||
doCheck = false;
|
||||
strictDeps = true;
|
||||
|
||||
checkPhase = ''
|
||||
runHook postCheck
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue