We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84c09fc + 2fc6813 commit 0463425Copy full SHA for 0463425
pkgs/by-name/gn/gnome-keyring/package.nix
@@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
44
meson
45
ninja
46
gettext
47
+ glib # for glib-genmarshal
48
libxslt
49
docbook-xsl-nons
50
docbook_xml_dtd_43
@@ -87,6 +88,7 @@ stdenv.mkDerivation rec {
87
88
# - https://github.com/NixOS/nixpkgs/issues/51121
89
# - At least “gnome-keyring:gkm::xdg-store / xdg-trust” is still flaky on 48.beta.
90
doCheck = false;
91
+ strictDeps = true;
92
93
checkPhase = ''
94
runHook postCheck
0 commit comments