mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
python311Packages.numba-scipy: unbreak on Darwin
This commit is contained in:
parent
044f029378
commit
edab1b8c48
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
stdenv,
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
|
@ -39,7 +38,6 @@ buildPythonPackage rec {
|
|||
pythonImportsCheck = [ "numba_scipy" ];
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin;
|
||||
description = "Extends Numba to make it aware of SciPy";
|
||||
homepage = "https://github.com/numba/numba-scipy";
|
||||
changelog = "https://github.com/numba/numba-scipy/blob/master/CHANGE_LOG";
|
||||
|
|
Loading…
Reference in a new issue