[Backport release-26.05] blueprint-compiler: set strictDeps (#545768)

This commit is contained in:
Michael Daniels
2026-07-25 23:49:58 +00:00
committed by GitHub

View File

@@ -31,8 +31,10 @@ stdenv.mkDerivation (finalAttrs: {
'';
nativeBuildInputs = [
gobject-introspection
meson
ninja
python3
wrapGAppsNoGuiHook
];
@@ -86,6 +88,8 @@ stdenv.mkDerivation (finalAttrs: {
};
};
strictDeps = true;
meta = {
description = "Markup language for GTK user interface files";
mainProgram = "blueprint-compiler";