summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/cinemagoer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/cinemagoer/default.nix')
-rw-r--r--pkgs/development/python-modules/cinemagoer/default.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/cinemagoer/default.nix b/pkgs/development/python-modules/cinemagoer/default.nix
index 403ee6dafb61..f9cfb30984c6 100644
--- a/pkgs/development/python-modules/cinemagoer/default.nix
+++ b/pkgs/development/python-modules/cinemagoer/default.nix
@@ -1,8 +1,9 @@
-{ lib
-, buildPythonPackage
-, fetchPypi
-, lxml
-, sqlalchemy
+{
+ lib,
+ buildPythonPackage,
+ fetchPypi,
+ lxml,
+ sqlalchemy,
}:
buildPythonPackage rec {