about summary refs log tree commit diff
path: root/pkgs/desktops/gnome
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2021-09-01 14:51:06 +0200
committerJan Tojnar <jtojnar@gmail.com>2021-09-01 14:52:41 +0200
commit6cc260cfd60f094500b79e279069b499806bf6d8 (patch)
treec0ea1eacee654171f65a9b8c9fda1e97cb5d80c3 /pkgs/desktops/gnome
parent3a16251259bd56804f284486359b466cc05871d4 (diff)
Partially revert "gnome.baobab: use strictDeps"
Introduced in 832e3f971ebf25da6a4979888ff0c951bcd34414,
strictDeps interferes with wrapping setup hooks.
Diffstat (limited to 'pkgs/desktops/gnome')
-rw-r--r--pkgs/desktops/gnome/core/baobab/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/desktops/gnome/core/baobab/default.nix b/pkgs/desktops/gnome/core/baobab/default.nix
index 8455b3d57727c..40ff8e2015438 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 = {