5 , gobject-introspection
23 , gsettings-desktop-schemas
25 , backends ? [ "pdf" "ps" /* "dvi" "t1lib" */ "djvu" "tiff" "pixbuf" "comics" "xps" "epub" ]
28 stdenv.mkDerivation rec {
32 src = fetchFromGitHub {
36 sha256 = "sha256-c3oZ+PAsu180mlriQlF86TCBAnehLBv9Nc0SCtSkUuQ=";
50 "-Dmathjax-directory=${nodePackages.mathjax}"
51 ] ++ (map (x: "-D${x}=true") backends);
70 description = "Document viewer capable of displaying multiple and single page
71 document formats like PDF and Postscript";
72 homepage = "https://github.com/linuxmint/xreader";
73 license = licenses.gpl2Plus;
74 platforms = platforms.linux;
75 maintainers = teams.cinnamon.members;