gogdl: apply upstream PR patch for timeouts issue
This commit is contained in:
parent
80701428e9
commit
4523c65f95
1 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
{ lib
|
{ lib
|
||||||
|
, fetchpatch
|
||||||
, writeScript
|
, writeScript
|
||||||
, buildPythonApplication
|
, buildPythonApplication
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
@ -27,6 +28,13 @@ buildPythonApplication rec {
|
||||||
requests
|
requests
|
||||||
];
|
];
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://patch-diff.githubusercontent.com/raw/Heroic-Games-Launcher/heroic-gogdl/pull/37.patch";
|
||||||
|
hash = "sha256-oZLetPoWzsEDrL0Bh89HB4hTn70FTh8aXj9mKGr4Dqw=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "gogdl" ];
|
pythonImportsCheck = [ "gogdl" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue