mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
python3Packages.scipy: regular pyproject build (#250509)
This commit is contained in:
parent
130e063a3d
commit
92ccc5f48b
@ -7,8 +7,6 @@
|
||||
, python
|
||||
, pythonOlder
|
||||
, buildPythonPackage
|
||||
, pypaBuildHook
|
||||
, pipInstallHook
|
||||
, cython
|
||||
, gfortran
|
||||
, meson-python
|
||||
@ -57,7 +55,7 @@ let
|
||||
'';
|
||||
in buildPythonPackage {
|
||||
inherit pname version;
|
||||
format = "other";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "scipy";
|
||||
@ -87,8 +85,6 @@ in buildPythonPackage {
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
pypaBuildHook
|
||||
pipInstallHook
|
||||
cython
|
||||
gfortran
|
||||
meson-python
|
||||
|
Loading…
Reference in New Issue
Block a user