nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

commit 7cb4e9d3314d3749bca6752dcdc6810123f7a7f8
parent babe2fb50553f8a57402989a9ba67bd78282d941
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date:   Sat, 18 Jul 2020 02:48:11 +0300

supermercado: remove patches

Diffstat:
Mpkgs/tools/geo/supermercado/default.nix | 11-----------
1 file changed, 0 insertions(+), 11 deletions(-)

diff --git a/pkgs/tools/geo/supermercado/default.nix b/pkgs/tools/geo/supermercado/default.nix @@ -1,5 +1,4 @@ { lib -, fetchpatch , python3Packages , mercantile , sources @@ -13,16 +12,6 @@ python3Packages.buildPythonApplication { inherit pname version; src = sources.supermercado; - patches = [ - # Replace np subtract operator https://github.com/mapbox/supermercado/pull/27 - ( - fetchpatch { - url = "https://github.com/mapbox/supermercado/commit/3a70bccad64557920121e81aded869d44581230c.patch"; - sha256 = "0zbzk1ac59q974yp1f7gz5hpvr2z54hjygynxi0a6vn1ii30mnwr"; - } - ) - ]; - propagatedBuildInputs = with python3Packages; [ click-plugins rasterio mercantile numpy ]; checkInputs = with python3Packages; [ pytestCheckHook ];