4 , buildPythonApplication
10 buildPythonApplication rec {
11 pname = "legendary-gl"; # Name in pypi
12 version = "unstable-2023-10-14";
14 src = fetchFromGitHub {
17 rev = "450784283dd49152dda6322db2fb2ef33e7c382e";
18 sha256 = "sha256-iwIaxD35tkOX6NX1SVNmN2OQACwaX/C4xnfgT5YcUvg=";
21 propagatedBuildInputs = [
26 disabled = pythonOlder "3.8";
31 pythonImportsCheck = [ "legendary" ];
34 description = "A free and open-source Epic Games Launcher alternative";
35 homepage = "https://github.com/derrod/legendary";
36 license = licenses.gpl3;
37 maintainers = with maintainers; [ equirosa ];
40 passthru.updateScript = gitUpdater { };