{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:
@@ -64,11 +64,11 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
qttools
|
||||
wrapQtAppsHook
|
||||
]
|
||||
++ lib.optionals enablePsiMedia [
|
||||
pkg-config
|
||||
]
|
||||
++ [ wrapQtAppsHook ];
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
qtbase
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user