Skip to content

Commit 0463425

Browse files
authored
Merge gnome-keyring: fix cross compilation (#407664)
2 parents 84c09fc + 2fc6813 commit 0463425

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/gn/gnome-keyring/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
4444
meson
4545
ninja
4646
gettext
47+
glib # for glib-genmarshal
4748
libxslt
4849
docbook-xsl-nons
4950
docbook_xml_dtd_43
@@ -87,6 +88,7 @@ stdenv.mkDerivation rec {
8788
# - https://github.com/NixOS/nixpkgs/issues/51121
8889
# - At least “gnome-keyring:gkm::xdg-store / xdg-trust” is still flaky on 48.beta.
8990
doCheck = false;
91+
strictDeps = true;
9092

9193
checkPhase = ''
9294
runHook postCheck

0 commit comments

Comments
 (0)