mupdf: add some key reverse-dependencies to passthru.tests
This commit is contained in:
parent
7267429af3
commit
66b6041d36
1 changed files with 10 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue