From fdc2bb0e982d28cb73cc4f46b08251e7a9e14198 Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Mon, 4 Mar 2024 13:46:57 +0100 Subject: [PATCH] python3Packages.shapely: alphabetical ordering of parameters --- pkgs/development/python-modules/shapely/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/shapely/default.nix b/pkgs/development/python-modules/shapely/default.nix index 822cab758328..785cacb320ae 100644 --- a/pkgs/development/python-modules/shapely/default.nix +++ b/pkgs/development/python-modules/shapely/default.nix @@ -1,15 +1,16 @@ { lib , stdenv , buildPythonPackage -, pythonOlder , fetchPypi +, pytestCheckHook +, pythonOlder + , cython , geos +, numpy , oldest-supported-numpy , setuptools , wheel -, numpy -, pytestCheckHook }: buildPythonPackage rec {