diff options
Diffstat (limited to 'pkgs/development/python-modules/brother-ql/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/brother-ql/default.nix | 36 |
1 files changed, 22 insertions, 14 deletions
diff --git a/pkgs/development/python-modules/brother-ql/default.nix b/pkgs/development/python-modules/brother-ql/default.nix index 4bdafe08b3d9..1aef851742c5 100644 --- a/pkgs/development/python-modules/brother-ql/default.nix +++ b/pkgs/development/python-modules/brother-ql/default.nix @@ -1,16 +1,17 @@ -{ stdenv -, fetchPypi -, fetchpatch -, buildPythonPackage -, future -, packbits -, pillow -, pyusb -, pytest -, mock -, click -, attrs -, lib +{ + stdenv, + fetchPypi, + fetchpatch, + buildPythonPackage, + future, + packbits, + pillow, + pyusb, + pytest, + mock, + click, + attrs, + lib, }: buildPythonPackage rec { @@ -24,7 +25,14 @@ buildPythonPackage rec { hash = "sha256-H1xXoDnwEsnCBDl/RwAB9267dINCHr3phdDLPGFOhmA="; }; - propagatedBuildInputs = [ future packbits pillow pyusb click attrs ]; + propagatedBuildInputs = [ + future + packbits + pillow + pyusb + click + attrs + ]; patches = [ (fetchpatch { |
