Loading pkgs/development/python-modules/construct/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ buildPythonPackage rec { meta = with lib; { description = "Powerful declarative parser (and builder) for binary data"; homepage = "https://construct.readthedocs.org/"; changelog = "https://github.com/construct/construct/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ bjornfor ]; }; Loading Loading
pkgs/development/python-modules/construct/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ buildPythonPackage rec { meta = with lib; { description = "Powerful declarative parser (and builder) for binary data"; homepage = "https://construct.readthedocs.org/"; changelog = "https://github.com/construct/construct/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ bjornfor ]; }; Loading