diff options
Diffstat (limited to 'pkgs/development/python-modules/wasmer/tests.nix')
-rw-r--r-- | pkgs/development/python-modules/wasmer/tests.nix | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/pkgs/development/python-modules/wasmer/tests.nix b/pkgs/development/python-modules/wasmer/tests.nix index e46c9f7ac670..6c20ab229cea 100644 --- a/pkgs/development/python-modules/wasmer/tests.nix +++ b/pkgs/development/python-modules/wasmer/tests.nix @@ -1,9 +1,10 @@ -{ buildPythonPackage -, wasmer -, pytestCheckHook -, wasmer-compiler-cranelift -, wasmer-compiler-llvm -, wasmer-compiler-singlepass +{ + buildPythonPackage, + wasmer, + pytestCheckHook, + wasmer-compiler-cranelift, + wasmer-compiler-llvm, + wasmer-compiler-singlepass, }: buildPythonPackage { |