Skip to content

Commit

Permalink
falkon: use wrapQtAppsHook (#89375)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephTheEngineer authored Jun 3, 2020
1 parent 245ce6f commit c976124
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pkgs/applications/networking/browsers/falkon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
, cmake, extra-cmake-modules, pkgconfig, qmake
, libpthreadstubs, libxcb, libXdmcp
, qtsvg, qttools, qtwebengine, qtx11extras
, qtwayland
, qtwayland, wrapQtAppsHook
, kwallet
}:

Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit c976124

Please sign in to comment.