mupdf: add some key reverse-dependencies to passthru.tests

This commit is contained in:
Robert Scott 2023-08-20 17:25:58 +01:00
parent 7267429af3
commit 66b6041d36

View file

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