Partially revert "gnome.baobab: use strictDeps"

Introduced in 832e3f971e,
strictDeps interferes with wrapping setup hooks.
launchpad/nixpkgs/master
Jan Tojnar 3 years ago
parent 3a16251259
commit 6cc260cfd6
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
  1. 5
      pkgs/desktops/gnome/core/baobab/default.nix

@ -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 = {

Loading…
Cancel
Save