Loading pkgs/development/python-modules/typst/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ fetchFromGitHub, openssl, pkg-config, pythonOlder, rustc, rustPlatform, }: Loading @@ -16,8 +15,6 @@ buildPythonPackage rec { version = "0.14.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "messense"; repo = "typst-py"; Loading Loading @@ -52,7 +49,7 @@ buildPythonPackage rec { meta = { description = "Python binding to typst"; homepage = "https://github.com/messense/typst-py"; changelog = "https://github.com/messense/typst-py/releases/tag/v${version}"; changelog = "https://github.com/messense/typst-py/releases/tag/v${src.tag}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/typst/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ fetchFromGitHub, openssl, pkg-config, pythonOlder, rustc, rustPlatform, }: Loading @@ -16,8 +15,6 @@ buildPythonPackage rec { version = "0.14.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "messense"; repo = "typst-py"; Loading Loading @@ -52,7 +49,7 @@ buildPythonPackage rec { meta = { description = "Python binding to typst"; homepage = "https://github.com/messense/typst-py"; changelog = "https://github.com/messense/typst-py/releases/tag/v${version}"; changelog = "https://github.com/messense/typst-py/releases/tag/v${src.tag}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; Loading