From 9edd8887d871b57c5eeed0d846a8f0544463fd8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Sat, 12 Dec 2020 11:37:25 +0100 Subject: [PATCH] python3Packages.spacy: nixpkgs-fmt --- .../python-modules/spacy/default.nix | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/pkgs/development/python-modules/spacy/default.nix b/pkgs/development/python-modules/spacy/default.nix index 69caa9313ec3..f8594b8856b8 100644 --- a/pkgs/development/python-modules/spacy/default.nix +++ b/pkgs/development/python-modules/spacy/default.nix @@ -30,19 +30,19 @@ buildPythonPackage rec { }; propagatedBuildInputs = [ - blis - catalogue - cymem - jsonschema - murmurhash - numpy - plac - preshed - requests - setuptools - srsly - thinc - wasabi + blis + catalogue + cymem + jsonschema + murmurhash + numpy + plac + preshed + requests + setuptools + srsly + thinc + wasabi ] ++ lib.optional (pythonOlder "3.4") pathlib; checkInputs = [ @@ -65,7 +65,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "spacy" ]; - passthru.tests = callPackage ./annotation-test {}; + passthru.tests = callPackage ./annotation-test { }; meta = with lib; { description = "Industrial-strength Natural Language Processing (NLP) with Python and Cython";