gogdl: apply upstream PR patch for timeouts issue

This commit is contained in:
Aidan Gauland 2023-08-03 23:45:55 +12:00
parent 80701428e9
commit 4523c65f95
No known key found for this signature in database
GPG Key ID: 16E68DD2D0E77C91

View File

@ -1,4 +1,5 @@
{ lib
, fetchpatch
, writeScript
, buildPythonApplication
, fetchFromGitHub
@ -27,6 +28,13 @@ buildPythonApplication rec {
requests
];
patches = [
(fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/Heroic-Games-Launcher/heroic-gogdl/pull/37.patch";
hash = "sha256-oZLetPoWzsEDrL0Bh89HB4hTn70FTh8aXj9mKGr4Dqw=";
})
];
pythonImportsCheck = [ "gogdl" ];
meta = with lib; {