Revert "gnu: cups-filters: Disable mutool integration."
This change would cause 594 packages to be rebuilt, so it was moved to
the staging branch.
This reverts commit 58a7bbc5fe
.
This commit is contained in:
parent
cf3768fa06
commit
46076d08ed
|
@ -88,7 +88,6 @@
|
||||||
`(#: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")
|
||||||
|
@ -115,6 +114,7 @@
|
||||||
("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