Loading pkgs/development/python-modules/pnglatex/default.nix 0 → 100644 +27 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, poppler_utils, netpbm }: buildPythonPackage rec { pname = "pnglatex"; version = "1.1"; src = fetchPypi { inherit pname version; hash = "sha256-CZUGDUkmttO0BzFYbGFSNMPkWzFC/BW4NmAeOwz4Y9M="; }; propagatedBuildInputs = [ poppler_utils netpbm ]; # There are no tests doCheck = false; meta = with lib; { homepage = "https://github.com/MaT1g3R/pnglatex"; description = "a small program that converts LaTeX snippets to png"; license = licenses.gpl3Plus; maintainers = with maintainers; [ GaetanLepage ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -32167,6 +32167,8 @@ with pkgs; pluto = callPackage ../applications/networking/cluster/pluto { }; pnglatex = with python3Packages; toPythonApplication pnglatex; polybar = callPackage ../applications/misc/polybar { }; polybarFull = callPackage ../applications/misc/polybar { pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7552,6 +7552,8 @@ self: super: with self; { pmw = callPackage ../development/python-modules/pmw { }; pnglatex = callPackage ../development/python-modules/pnglatex { }; pocket = callPackage ../development/python-modules/pocket { }; podcastparser = callPackage ../development/python-modules/podcastparser { }; Loading Loading
pkgs/development/python-modules/pnglatex/default.nix 0 → 100644 +27 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, poppler_utils, netpbm }: buildPythonPackage rec { pname = "pnglatex"; version = "1.1"; src = fetchPypi { inherit pname version; hash = "sha256-CZUGDUkmttO0BzFYbGFSNMPkWzFC/BW4NmAeOwz4Y9M="; }; propagatedBuildInputs = [ poppler_utils netpbm ]; # There are no tests doCheck = false; meta = with lib; { homepage = "https://github.com/MaT1g3R/pnglatex"; description = "a small program that converts LaTeX snippets to png"; license = licenses.gpl3Plus; maintainers = with maintainers; [ GaetanLepage ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -32167,6 +32167,8 @@ with pkgs; pluto = callPackage ../applications/networking/cluster/pluto { }; pnglatex = with python3Packages; toPythonApplication pnglatex; polybar = callPackage ../applications/misc/polybar { }; polybarFull = callPackage ../applications/misc/polybar {
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7552,6 +7552,8 @@ self: super: with self; { pmw = callPackage ../development/python-modules/pmw { }; pnglatex = callPackage ../development/python-modules/pnglatex { }; pocket = callPackage ../development/python-modules/pocket { }; podcastparser = callPackage ../development/python-modules/podcastparser { }; Loading