gogdl: apply upstream PR patch for timeouts issue

+8
+8
pkgs/games/gogdl/default.nix
··· 1 1 { lib 2 + , fetchpatch 2 3 , writeScript 3 4 , buildPythonApplication 4 5 , fetchFromGitHub ··· 25 26 propagatedBuildInputs = [ 26 27 setuptools 27 28 requests 29 + ]; 30 + 31 + patches = [ 32 + (fetchpatch { 33 + url = "https://patch-diff.githubusercontent.com/raw/Heroic-Games-Launcher/heroic-gogdl/pull/37.patch"; 34 + hash = "sha256-oZLetPoWzsEDrL0Bh89HB4hTn70FTh8aXj9mKGr4Dqw="; 35 + }) 28 36 ]; 29 37 30 38 pythonImportsCheck = [ "gogdl" ];