summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/deform/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/deform/default.nix')
-rw-r--r--pkgs/development/python-modules/deform/default.nix20
1 files changed, 17 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/deform/default.nix b/pkgs/development/python-modules/deform/default.nix
index b094b46c663a..c30add3f1edc 100644
--- a/pkgs/development/python-modules/deform/default.nix
+++ b/pkgs/development/python-modules/deform/default.nix
@@ -1,6 +1,20 @@
-{ lib, buildPythonPackage, fetchPypi
-, chameleon, colander, iso8601, peppercorn, translationstring, zope-deprecation
-, nose, coverage, beautifulsoup4, flaky, pyramid, pytestCheckHook }:
+{
+ lib,
+ buildPythonPackage,
+ fetchPypi,
+ chameleon,
+ colander,
+ iso8601,
+ peppercorn,
+ translationstring,
+ zope-deprecation,
+ nose,
+ coverage,
+ beautifulsoup4,
+ flaky,
+ pyramid,
+ pytestCheckHook,
+}:
buildPythonPackage rec {
pname = "deform";