libhandy: enable strictDeps (#509549)
This commit is contained in:
@@ -68,6 +68,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
glade
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
librsvg
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
xvfb-run
|
||||
at-spi2-atk
|
||||
@@ -76,6 +80,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
hicolor-icon-theme
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
mesonFlags = [
|
||||
"-Dgtk_doc=true"
|
||||
"-Dglade_catalog=${if enableGlade then "enabled" else "disabled"}"
|
||||
|
||||
Reference in New Issue
Block a user