forked from mirrors/nixpkgs
falkon: use wrapQtAppsHook (#89375)
This commit is contained in:
parent
245ce6f61d
commit
c976124d1d
|
@ -2,7 +2,7 @@
|
|||
, cmake, extra-cmake-modules, pkgconfig, qmake
|
||||
, libpthreadstubs, libxcb, libXdmcp
|
||||
, qtsvg, qttools, qtwebengine, qtx11extras
|
||||
, qtwayland
|
||||
, qtwayland, wrapQtAppsHook
|
||||
, kwallet
|
||||
}:
|
||||
|
||||
|
@ -30,7 +30,14 @@ mkDerivation rec {
|
|||
kwallet
|
||||
] ++ lib.optionals stdenv.isLinux [ qtwayland ];
|
||||
|
||||
nativeBuildInputs = [ cmake extra-cmake-modules pkgconfig qmake qttools ];
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
extra-cmake-modules
|
||||
pkgconfig
|
||||
qmake
|
||||
qttools
|
||||
wrapQtAppsHook
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue