From 6cc260cfd60f094500b79e279069b499806bf6d8 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Wed, 1 Sep 2021 14:51:06 +0200 Subject: [PATCH] Partially revert "gnome.baobab: use strictDeps" Introduced in 832e3f971ebf25da6a4979888ff0c951bcd34414, strictDeps interferes with wrapping setup hooks. --- pkgs/desktops/gnome/core/baobab/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/desktops/gnome/core/baobab/default.nix b/pkgs/desktops/gnome/core/baobab/default.nix index 8455b3d57727..40ff8e201543 100644 --- a/pkgs/desktops/gnome/core/baobab/default.nix +++ b/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 = {