gogdl: apply upstream PR patch for timeouts issue

This commit is contained in:
Aidan Gauland
2023-08-04 09:48:25 +12:00
parent 80701428e9
commit 4523c65f95
+8
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; {