From 832e3f971ebf25da6a4979888ff0c951bcd34414 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sat, 28 Aug 2021 22:08:57 +0200 Subject: [PATCH] gnome.baobab: use strictDeps --- pkgs/desktops/gnome/core/baobab/default.nix | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/pkgs/desktops/gnome/core/baobab/default.nix b/pkgs/desktops/gnome/core/baobab/default.nix index 8d0f9459c3b0..8455b3d57727 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 - vala - gettext - itstool - libxml2 - desktop-file-utils - wrapGAppsHook python3 + 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. + libhandy ]; buildInputs = [ gtk3 libhandy glib - gnome.adwaita-icon-theme ]; + strictDeps = true; doCheck = true; passthru = {