Merge pull request #310639 from leo60228/pokefinder-fix-build

pokefinder: fix build
This commit is contained in:
Weijia Wang
2024-05-11 11:01:05 +02:00
committed by GitHub
+2 -1
View File
@@ -4,6 +4,7 @@
, makeDesktopItem
, fetchFromGitHub
, cmake
, python3
, qtbase
, qttools
, qtwayland
@@ -43,7 +44,7 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
nativeBuildInputs = [ cmake wrapQtAppsHook ] ++ lib.optionals (!stdenv.isDarwin) [ copyDesktopItems imagemagick ];
nativeBuildInputs = [ cmake wrapQtAppsHook python3 ] ++ lib.optionals (!stdenv.isDarwin) [ copyDesktopItems imagemagick ];
desktopItems = [
(makeDesktopItem {