Unverified Commit 6c99841a authored by quantenzitrone's avatar quantenzitrone
Browse files

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

this cleans up the derivation at the cost of a rebuild
parent 6f158658
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -64,11 +64,11 @@ stdenv.mkDerivation rec {
  nativeBuildInputs = [
    cmake
    qttools
    wrapQtAppsHook
  ]
  ++ lib.optionals enablePsiMedia [
    pkg-config
  ]
  ++ [ wrapQtAppsHook ];
  ];

  buildInputs = [
    qtbase
+2 −2
Original line number Diff line number Diff line
@@ -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