python311Packages.numba-scipy: unbreak on Darwin
This commit is contained in:
parent
044f029378
commit
edab1b8c48
@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
stdenv,
|
|
||||||
lib,
|
lib,
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
fetchPypi,
|
fetchPypi,
|
||||||
@ -39,7 +38,6 @@ buildPythonPackage rec {
|
|||||||
pythonImportsCheck = [ "numba_scipy" ];
|
pythonImportsCheck = [ "numba_scipy" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
broken = stdenv.isDarwin;
|
|
||||||
description = "Extends Numba to make it aware of SciPy";
|
description = "Extends Numba to make it aware of SciPy";
|
||||||
homepage = "https://github.com/numba/numba-scipy";
|
homepage = "https://github.com/numba/numba-scipy";
|
||||||
changelog = "https://github.com/numba/numba-scipy/blob/master/CHANGE_LOG";
|
changelog = "https://github.com/numba/numba-scipy/blob/master/CHANGE_LOG";
|
||||||
|
Loading…
Reference in New Issue
Block a user