From 6c99841ac165f59e8df1a503387ef2e70c0f2b2f Mon Sep 17 00:00:00 2001 From: quantenzitrone Date: Sat, 31 Jan 2026 04:20:29 +0100 Subject: [PATCH] {recoll,psi-plus}: move wrapQtAppsHook in the list of nativeBuildInputs this cleans up the derivation at the cost of a rebuild --- .../networking/instant-messengers/psi-plus/default.nix | 4 ++-- pkgs/applications/search/recoll/default.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/networking/instant-messengers/psi-plus/default.nix b/pkgs/applications/networking/instant-messengers/psi-plus/default.nix index 03670bebed13..184c69feb4e0 100644 --- a/pkgs/applications/networking/instant-messengers/psi-plus/default.nix +++ b/pkgs/applications/networking/instant-messengers/psi-plus/default.nix @@ -64,11 +64,11 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cmake qttools + wrapQtAppsHook ] ++ lib.optionals enablePsiMedia [ pkg-config - ] - ++ [ wrapQtAppsHook ]; + ]; buildInputs = [ qtbase diff --git a/pkgs/applications/search/recoll/default.nix b/pkgs/applications/search/recoll/default.nix index 850ad120df28..382c681634c0 100644 --- a/pkgs/applications/search/recoll/default.nix +++ b/pkgs/applications/search/recoll/default.nix @@ -120,6 +120,7 @@ stdenv.mkDerivation rec { ninja pkg-config which + wrapQtAppsHook ] ++ lib.optionals withGui [ qtbase @@ -127,8 +128,7 @@ stdenv.mkDerivation rec { ] ++ lib.optionals withPython [ python3Packages.setuptools - ] - ++ [ wrapQtAppsHook ]; + ]; buildInputs = [ aspell