pokefinder: fix build

This commit is contained in:
leo60228
2024-05-10 12:35:56 -04:00
parent 6c8398505c
commit ecc10e1733
+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 {