Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

pythonPackages.sievelib: fix build by adding patch

this fixes installation with newer pip versions

also give a name to an existing patch

authored by

Robert Scott and committed by
Jon
4d111fdf 5f4b880b

+6
+6
pkgs/development/python-modules/sievelib/default.nix
··· 12 13 patches = [ 14 (fetchpatch { 15 url = "https://github.com/tonioo/sievelib/commit/1deef0e2bf039a0e817ea6f19aaf1947dc9fafbc.patch"; 16 sha256 = "0vaj73mcij9dism8vfaai82irh8j1b2n8gf9jl1a19d2l26jrflk"; 17 }) 18 ]; 19
··· 12 13 patches = [ 14 (fetchpatch { 15 + name = "pip-10-pip-req.patch"; 16 url = "https://github.com/tonioo/sievelib/commit/1deef0e2bf039a0e817ea6f19aaf1947dc9fafbc.patch"; 17 sha256 = "0vaj73mcij9dism8vfaai82irh8j1b2n8gf9jl1a19d2l26jrflk"; 18 + }) 19 + (fetchpatch { 20 + name = "requirements-in-setup-py.patch"; 21 + url = "https://github.com/tonioo/sievelib/commit/91f40ec226ea288e98379da01672a46dabd89fc9.patch"; 22 + sha256 = "0hph89xn16r353rg6f05bh0cgigmwdc736bya089qc03jhssrgns"; 23 }) 24 ]; 25