Partially revert "gnome.baobab: use strictDeps"

Introduced in 832e3f971e,
strictDeps interferes with wrapping setup hooks.
This commit is contained in:
Jan Tojnar
2021-09-01 14:52:41 +02:00
parent 3a16251259
commit 6cc260cfd6
+2 -3
View File
@@ -39,8 +39,8 @@ stdenv.mkDerivation rec {
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.
# directories or GObject-Introspection GIR directories” with strictDeps,
# even though it should only be a runtime dependency.
libhandy
];
@@ -50,7 +50,6 @@ stdenv.mkDerivation rec {
glib
];
strictDeps = true;
doCheck = true;
passthru = {