mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python llmvlite: enum34 also for python 3.5
This commit is contained in:
parent
c4325afeed
commit
71fa5fb554
1 changed files with 1 additions and 1 deletions
|
@ -8294,7 +8294,7 @@ let
|
|||
|
||||
llvm = pkgs.llvm;
|
||||
|
||||
propagatedBuildInputs = with self; [ llvm ] ++ optional (!isPy34) enum34;
|
||||
propagatedBuildInputs = with self; [ llvm ] ++ optional (pythonOlder "3.4") enum34;
|
||||
|
||||
# Disable static linking
|
||||
# https://github.com/numba/llvmlite/issues/93
|
||||
|
|
Loading…
Reference in a new issue