mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
{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:
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue