Loading pkgs/development/python-modules/astropy/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -5,10 +5,11 @@ # build time , astropy-extension-helpers , astropy-helpers , cython , jinja2 , oldest-supported-numpy , setuptools-scm , wheel # runtime , numpy Loading @@ -32,14 +33,18 @@ buildPythonPackage { hash = "sha256-9q4noHf46oSQPvp2x5C5hWFzQaAISw0hw5H3o/MyrCM="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; postPatch = '' substituteInPlace pyproject.toml \ --replace 'cython==' 'cython>=' ''; nativeBuildInputs = [ astropy-extension-helpers astropy-helpers cython jinja2 oldest-supported-numpy setuptools-scm wheel ]; propagatedBuildInputs = [ Loading Loading
pkgs/development/python-modules/astropy/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -5,10 +5,11 @@ # build time , astropy-extension-helpers , astropy-helpers , cython , jinja2 , oldest-supported-numpy , setuptools-scm , wheel # runtime , numpy Loading @@ -32,14 +33,18 @@ buildPythonPackage { hash = "sha256-9q4noHf46oSQPvp2x5C5hWFzQaAISw0hw5H3o/MyrCM="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; postPatch = '' substituteInPlace pyproject.toml \ --replace 'cython==' 'cython>=' ''; nativeBuildInputs = [ astropy-extension-helpers astropy-helpers cython jinja2 oldest-supported-numpy setuptools-scm wheel ]; propagatedBuildInputs = [ Loading