gnu: cups-filters: Disable mutool integration.
* gnu/packages/cups.scm (cups-filters)[arguments]: Add ‘--disable-mutool’ to #:configure-flags. [inputs]: Remove mupdf.
This commit is contained in:
parent
351ab2c13f
commit
79e90f05b6
|
@ -88,6 +88,7 @@
|
||||||
`(#:make-flags (list (string-append "PREFIX=" %output))
|
`(#:make-flags (list (string-append "PREFIX=" %output))
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
`("--disable-driverless" ; TODO: enable this
|
`("--disable-driverless" ; TODO: enable this
|
||||||
|
"--disable-mutool" ; depends on yet another PDF library (mupdf)
|
||||||
,(string-append "--with-test-font-path="
|
,(string-append "--with-test-font-path="
|
||||||
(assoc-ref %build-inputs "font-dejavu")
|
(assoc-ref %build-inputs "font-dejavu")
|
||||||
"/share/fonts/truetype/DejaVuSans.ttf")
|
"/share/fonts/truetype/DejaVuSans.ttf")
|
||||||
|
@ -114,7 +115,6 @@
|
||||||
("libjpeg" ,libjpeg)
|
("libjpeg" ,libjpeg)
|
||||||
("libpng" ,libpng)
|
("libpng" ,libpng)
|
||||||
("libtiff" ,libtiff)
|
("libtiff" ,libtiff)
|
||||||
("mupdf" ,mupdf)
|
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("qpdf" ,qpdf)
|
("qpdf" ,qpdf)
|
||||||
("poppler" ,poppler)
|
("poppler" ,poppler)
|
||||||
|
|
Loading…
Reference in New Issue