diff options
Diffstat (limited to 'pkgs/development/python-modules/llvmlite/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/llvmlite/default.nix | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/pkgs/development/python-modules/llvmlite/default.nix b/pkgs/development/python-modules/llvmlite/default.nix index fb4856989564..21736036bbbe 100644 --- a/pkgs/development/python-modules/llvmlite/default.nix +++ b/pkgs/development/python-modules/llvmlite/default.nix @@ -1,16 +1,17 @@ -{ lib -, stdenv -, fetchFromGitHub -, buildPythonPackage -, isPyPy -, pythonAtLeast +{ + lib, + stdenv, + fetchFromGitHub, + buildPythonPackage, + isPyPy, + pythonAtLeast, -# build-system -, llvm -, setuptools + # build-system + llvm, + setuptools, -# tests -, python + # tests + python, }: buildPythonPackage rec { |
