lol

pythonPackages.warrant: Fix compat with pip 10

Fixes #41866

+9 -1
+9 -1
pkgs/development/python-modules/warrant/default.nix
··· 1 - { lib, buildPythonPackage, fetchFromGitHub, fetchPypi 1 + { lib, buildPythonPackage, fetchFromGitHub, fetchPypi, fetchpatch 2 2 , mock 3 3 , boto3, envs, python-jose, requests }: 4 4 ··· 13 13 rev = "ff2e4793d8479e770f2461ef7cbc0c15ee784395"; 14 14 sha256 = "0gw3crg64p1zx3k5js0wh0x5bldgs7viy4g8hld9xbka8q0374hi"; 15 15 }; 16 + 17 + patches = [ 18 + (fetchpatch { 19 + name = "fix-pip10-compat.patch"; 20 + url = " https://github.com/capless/warrant/commit/ae17d17d9888b9218a8facf6f6ad0bf4adae9a12.patch"; 21 + sha256 = "1lvqi2qfa3kxdz05ab2lc7xnd3piyvvnz9kla2jl4pchi876z17c"; 22 + }) 23 + ]; 16 24 17 25 # this needs to go when 0.6.2 or later is released 18 26 postPatch = ''