about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/humblebundle/fetch-humble-bundle/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/games/humblebundle/fetch-humble-bundle/default.nix b/pkgs/games/humblebundle/fetch-humble-bundle/default.nix
index 8431799b..063d4a02 100644
--- a/pkgs/games/humblebundle/fetch-humble-bundle/default.nix
+++ b/pkgs/games/humblebundle/fetch-humble-bundle/default.nix
@@ -98,6 +98,8 @@
 
     postPatch = ''
       sed -i -e '/^LOGIN_URL *=/s,/login,/processlogin,' humblebundle/client.py
+      sed -i -e '/self\.supports_canonical.*data.*supports_canonical/d' \
+        humblebundle/models.py
     '';
 
     propagatedBuildInputs = [ pythonPackages.requests ];