Loading pkgs/development/python-modules/qrcode/default.nix +11 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,8 @@ , typing-extensions , mock , pytestCheckHook , testers , qrcode }: buildPythonPackage rec { Loading @@ -26,6 +28,8 @@ buildPythonPackage rec { propagatedBuildInputs = [ typing-extensions pypng # imports pkg_resouces in console_scripts.py setuptools ]; passthru.optional-dependencies.pil = [ Loading @@ -37,6 +41,13 @@ buildPythonPackage rec { pytestCheckHook ] ++ passthru.optional-dependencies.pil; passthru.tests = { version = testers.testVersion { package = qrcode; command = "qr --version"; }; }; meta = with lib; { description = "Python QR Code image generator"; homepage = "https://github.com/lincolnloop/python-qrcode"; Loading Loading
pkgs/development/python-modules/qrcode/default.nix +11 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,8 @@ , typing-extensions , mock , pytestCheckHook , testers , qrcode }: buildPythonPackage rec { Loading @@ -26,6 +28,8 @@ buildPythonPackage rec { propagatedBuildInputs = [ typing-extensions pypng # imports pkg_resouces in console_scripts.py setuptools ]; passthru.optional-dependencies.pil = [ Loading @@ -37,6 +41,13 @@ buildPythonPackage rec { pytestCheckHook ] ++ passthru.optional-dependencies.pil; passthru.tests = { version = testers.testVersion { package = qrcode; command = "qr --version"; }; }; meta = with lib; { description = "Python QR Code image generator"; homepage = "https://github.com/lincolnloop/python-qrcode"; Loading