Merge pull request #136058 from erdnaxe/baobab

gnome.baobab: use strictDeps
This commit is contained in:
Jan Tojnar 2021-09-01 14:33:16 +02:00 committed by GitHub
commit edfb501393
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,25 +27,30 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [
desktop-file-utils
gettext
glib
itstool
libxml2
meson
ninja
pkg-config
vala
gettext
itstool
libxml2
desktop-file-utils
wrapGAppsHook
python3
vala
wrapGAppsHook
# Prevents “error: Package `libhandy-1' not found in specified Vala API
# directories or GObject-Introspection GIR directories”, even though it
# should only be a runtime dependency.
libhandy
];
buildInputs = [
gtk3
libhandy
glib
gnome.adwaita-icon-theme
];
strictDeps = true;
doCheck = true;
passthru = {