{recoll,psi-plus}: move wrapQtAppsHook in the list of nativeBuildInputs

this cleans up the derivation at the cost of a rebuild
This commit is contained in:
quantenzitrone
2026-01-31 12:26:27 +01:00
parent 6f158658d2
commit 6c99841ac1
2 changed files with 4 additions and 4 deletions
@@ -64,11 +64,11 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
qttools
wrapQtAppsHook
]
++ lib.optionals enablePsiMedia [
pkg-config
]
++ [ wrapQtAppsHook ];
];
buildInputs = [
qtbase
+2 -2
View File
@@ -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