about summary refs log tree commit diff
path: root/pkgs/development/python-modules/wand/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/wand/default.nix')
-rw-r--r--pkgs/development/python-modules/wand/default.nix13
1 files changed, 7 insertions, 6 deletions
diff --git a/pkgs/development/python-modules/wand/default.nix b/pkgs/development/python-modules/wand/default.nix
index 416fa74eaed5..a559c0a4a334 100644
--- a/pkgs/development/python-modules/wand/default.nix
+++ b/pkgs/development/python-modules/wand/default.nix
@@ -1,9 +1,10 @@
-{ lib
-, buildPythonPackage
-, fetchPypi
-, imagemagickBig
-, py
-, pytestCheckHook
+{
+  lib,
+  buildPythonPackage,
+  fetchPypi,
+  imagemagickBig,
+  py,
+  pytestCheckHook,
 }:
 
 buildPythonPackage rec {