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
commit c1b76a1434
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {