{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 04:20:29 +01:00
parent 6f158658d2
commit 6c99841ac1
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -64,11 +64,11 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
qttools
wrapQtAppsHook
]
++ lib.optionals enablePsiMedia [
pkg-config
]
++ [ wrapQtAppsHook ];
];
buildInputs = [
qtbase

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