Skip to content

Commit

Permalink
python3Packages.numba: disable for python < 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer authored and FRidh committed Feb 13, 2020
1 parent a43ec07 commit 984eb94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/numba/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ stdenv
, pythonOlder
, fetchPypi
, python
, buildPythonPackage
Expand All @@ -15,6 +16,8 @@
buildPythonPackage rec {
version = "0.48.0";
pname = "numba";
# uses f-strings
disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
Expand Down

0 comments on commit 984eb94

Please sign in to comment.