Loading pkgs/by-name/rs/rstfmt/package.nix +6 −8 Original line number Diff line number Diff line { lib, python3, fetchFromGitHub, python3, }: python3.pkgs.buildPythonApplication rec { Loading @@ -16,11 +16,10 @@ python3.pkgs.buildPythonApplication rec { hash = "sha256-zvmKgNzfxyWYHoaD+q84I48r1Mpp4kU4oIGAwMSRRlA="; }; build-system = with python3.pkgs; [ setuptools ]; build-system = with python3.pkgs; [ setuptools ]; dependencies = with python3.pkgs; [ aiohttp black docutils sphinx Loading @@ -29,15 +28,14 @@ python3.pkgs.buildPythonApplication rec { # Project has no unittest just sample files doCheck = false; pythonImportsCheck = [ "rstfmt" ]; pythonImportsCheck = [ "rstfmt" ]; meta = { description = "Formatter for reStructuredText"; homepage = "https://github.com/dzhu/rstfmt"; changelog = "https://github.com/dzhu/rstfmt/releases/tag/v${version}"; changelog = "https://github.com/dzhu/rstfmt/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "rstfmt"; }; } Loading
pkgs/by-name/rs/rstfmt/package.nix +6 −8 Original line number Diff line number Diff line { lib, python3, fetchFromGitHub, python3, }: python3.pkgs.buildPythonApplication rec { Loading @@ -16,11 +16,10 @@ python3.pkgs.buildPythonApplication rec { hash = "sha256-zvmKgNzfxyWYHoaD+q84I48r1Mpp4kU4oIGAwMSRRlA="; }; build-system = with python3.pkgs; [ setuptools ]; build-system = with python3.pkgs; [ setuptools ]; dependencies = with python3.pkgs; [ aiohttp black docutils sphinx Loading @@ -29,15 +28,14 @@ python3.pkgs.buildPythonApplication rec { # Project has no unittest just sample files doCheck = false; pythonImportsCheck = [ "rstfmt" ]; pythonImportsCheck = [ "rstfmt" ]; meta = { description = "Formatter for reStructuredText"; homepage = "https://github.com/dzhu/rstfmt"; changelog = "https://github.com/dzhu/rstfmt/releases/tag/v${version}"; changelog = "https://github.com/dzhu/rstfmt/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "rstfmt"; }; }