about summary refs log tree commit diff
path: root/pkgs/desktops/gnome/core/baobab
diff options
context:
space:
mode:
authorAlexandre Iooss <erdnaxe@crans.org>2021-08-28 22:08:57 +0200
committerAlexandre Iooss <erdnaxe@crans.org>2021-09-01 09:37:37 +0200
commit832e3f971ebf25da6a4979888ff0c951bcd34414 (patch)
tree6521de18409602bd46f971023cb9d4eec81a3067 /pkgs/desktops/gnome/core/baobab
parent7e1cdd2548066035725cb5a9979eccf255b841f7 (diff)
gnome.baobab: use strictDeps
Diffstat (limited to 'pkgs/desktops/gnome/core/baobab')
-rw-r--r--pkgs/desktops/gnome/core/baobab/default.nix17
1 files changed, 11 insertions, 6 deletions
diff --git a/pkgs/desktops/gnome/core/baobab/default.nix b/pkgs/desktops/gnome/core/baobab/default.nix
index 8d0f9459c3b07..8455b3d57727c 100644
--- a/pkgs/desktops/gnome/core/baobab/default.nix
+++ b/pkgs/desktops/gnome/core/baobab/default.nix
@@ -27,25 +27,30 @@ stdenv.mkDerivation rec {
   };
 
   nativeBuildInputs = [
+    desktop-file-utils
+    gettext
+    glib
+    itstool
+    libxml2
     meson
     ninja
     pkg-config
+    python3
     vala
-    gettext
-    itstool
-    libxml2
-    desktop-file-utils
     wrapGAppsHook
-    python3
+    # 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 = {