Skip to content

Commit

Permalink
python3Packages.scipy: regular pyproject build (#250509)
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh authored Aug 21, 2023
1 parent 130e063 commit 92ccc5f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkgs/development/python-modules/scipy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
, python
, pythonOlder
, buildPythonPackage
, pypaBuildHook
, pipInstallHook
, cython
, gfortran
, meson-python
Expand Down Expand Up @@ -57,7 +55,7 @@ let
'';
in buildPythonPackage {
inherit pname version;
format = "other";
format = "pyproject";

src = fetchFromGitHub {
owner = "scipy";
Expand Down Expand Up @@ -87,8 +85,6 @@ in buildPythonPackage {
'';

nativeBuildInputs = [
pypaBuildHook
pipInstallHook
cython
gfortran
meson-python
Expand Down

0 comments on commit 92ccc5f

Please sign in to comment.