Loading pkgs/applications/misc/mupdf/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,11 @@ , freeglut , libGLU , xcbuild # for passthru.tests , cups-filters , python3 , zathura }: let Loading Loading @@ -146,6 +151,11 @@ stdenv.mkDerivation rec { enableParallelBuilding = true; passthru.tests = { inherit cups-filters zathura; inherit (python3.pkgs) pikepdf pymupdf; }; meta = with lib; { homepage = "https://mupdf.com"; description = "Lightweight PDF, XPS, and E-book viewer and toolkit written in portable C"; Loading Loading
pkgs/applications/misc/mupdf/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,11 @@ , freeglut , libGLU , xcbuild # for passthru.tests , cups-filters , python3 , zathura }: let Loading Loading @@ -146,6 +151,11 @@ stdenv.mkDerivation rec { enableParallelBuilding = true; passthru.tests = { inherit cups-filters zathura; inherit (python3.pkgs) pikepdf pymupdf; }; meta = with lib; { homepage = "https://mupdf.com"; description = "Lightweight PDF, XPS, and E-book viewer and toolkit written in portable C"; Loading