glycin-loaders: enable strictDeps

This commit is contained in:
Colin
2025-03-18 07:44:17 +00:00
parent 178877d139
commit 65dac76fd4
@@ -6,6 +6,7 @@
bubblewrap,
cairo,
cargo,
gettext,
git,
gnome,
gtk4,
@@ -40,6 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
cargo
gettext # for msgfmt
git
meson
ninja
@@ -64,6 +66,8 @@ stdenv.mkDerivation (finalAttrs: {
"-Dvapi=false"
];
strictDeps = true;
passthru = {
updateScript = gnome.updateScript {
attrPath = "glycin-loaders";