2 , buildPythonApplication
9 buildPythonApplication rec {
14 src = fetchFromGitHub {
15 owner = "Heroic-Games-Launcher";
16 repo = "heroic-gogdl";
17 rev = "refs/tags/v${version}";
18 sha256 = "sha256-4hWuGd0Alzd/ZqtN4zG2aid6C9lnT3Ihrrsjfg9PEYA=";
21 disabled = pythonOlder "3.8";
23 propagatedBuildInputs = [
28 pythonImportsCheck = [ "gogdl" ];
31 description = "GOG Downloading module for Heroic Games Launcher";
32 homepage = "https://github.com/Heroic-Games-Launcher/heroic-gogdl";
33 license = with licenses; [ gpl3 ];
34 maintainers = with maintainers; [ aidalgol ];