Loading pkgs/development/python-modules/bitstruct/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchPypi, pytestCheckHook, setuptools, }: Loading @@ -21,6 +22,10 @@ buildPythonPackage rec { pythonImportsCheck = [ "bitstruct" ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { description = "Python bit pack/unpack package"; homepage = "https://github.com/eerimoq/bitstruct"; Loading Loading
pkgs/development/python-modules/bitstruct/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchPypi, pytestCheckHook, setuptools, }: Loading @@ -21,6 +22,10 @@ buildPythonPackage rec { pythonImportsCheck = [ "bitstruct" ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { description = "Python bit pack/unpack package"; homepage = "https://github.com/eerimoq/bitstruct"; Loading