Skip to content

Commit

Permalink
python3.pkgs.scipy: use propagated meson and ninja from meson-python
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Jun 29, 2023
1 parent 6717185 commit 1e5a4a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/development/python-modules/scipy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
, buildPythonPackage
, cython
, gfortran
, ninja
, meson
, meson-python
, pkg-config
, pythran
Expand Down Expand Up @@ -88,7 +86,7 @@ in buildPythonPackage rec {
})
];

nativeBuildInputs = [ ninja cython gfortran meson meson-python pythran pkg-config wheel ];
nativeBuildInputs = [ cython gfortran meson-python pythran pkg-config wheel ];

buildInputs = [
blas
Expand Down

0 comments on commit 1e5a4a1

Please sign in to comment.