4 , buildPythonApplication
10 buildPythonApplication rec {
11 pname = "legendary-gl"; # Name in pypi
14 src = fetchFromGitHub {
17 rev = "56d439ed2d3d9f34e2b08fa23e627c23a487b8d6";
18 sha256 = "sha256-yCHeeEGw+9gtRMGyIhbStxJhmSM/1Fqly7HSRDkZILQ=";
21 propagatedBuildInputs = [
26 disabled = pythonOlder "3.8";
31 pythonImportsCheck = [ "legendary" ];
34 description = "Free and open-source Epic Games Launcher alternative";
35 homepage = "https://github.com/derrod/legendary";
36 license = licenses.gpl3;
37 maintainers = with maintainers; [ equirosa ];
38 mainProgram = "legendary";
41 passthru.updateScript = gitUpdater { };