Loading pkgs/development/python-modules/oldest-supported-numpy/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -25,10 +25,11 @@ buildPythonPackage rec { --replace 'numpy==' 'numpy>=' ''; nativeBuildInputs = [ propagatedBuildInputs = [ numpy ]; # package has no tests doCheck = false; meta = with lib; { Loading Loading
pkgs/development/python-modules/oldest-supported-numpy/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -25,10 +25,11 @@ buildPythonPackage rec { --replace 'numpy==' 'numpy>=' ''; nativeBuildInputs = [ propagatedBuildInputs = [ numpy ]; # package has no tests doCheck = false; meta = with lib; { Loading