mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
libhandy: enable strictDeps
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