diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-16 16:44:45 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-17 18:42:37 +0100 |
commit | 58a7bbc5fe52f20910fb0fe7fddb9012f2049034 (patch) | |
tree | 8a4c14bfe050fea822b7185fb9275c548fbba809 /gnu/packages/cups.scm | |
parent | 16869cecf60f540ecc812f372dd2e317016fe049 (diff) | |
download | patches-58a7bbc5fe52f20910fb0fe7fddb9012f2049034.tar patches-58a7bbc5fe52f20910fb0fe7fddb9012f2049034.tar.gz |
gnu: cups-filters: Disable mutool integration.
* gnu/packages/cups.scm (cups-filters)[arguments]: Add ‘--disable-mutool’
to #:configure-flags.
[inputs]: Remove mupdf.
Diffstat (limited to 'gnu/packages/cups.scm')
-rw-r--r-- | gnu/packages/cups.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm index 39ab41c192..adf94a5128 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -88,6 +88,7 @@ `(#:make-flags (list (string-append "PREFIX=" %output)) #:configure-flags `("--disable-driverless" ; TODO: enable this + "--disable-mutool" ; depends on yet another PDF library (mupdf) ,(string-append "--with-test-font-path=" (assoc-ref %build-inputs "font-dejavu") "/share/fonts/truetype/DejaVuSans.ttf") @@ -114,7 +115,6 @@ ("libjpeg" ,libjpeg) ("libpng" ,libpng) ("libtiff" ,libtiff) - ("mupdf" ,mupdf) ("glib" ,glib) ("qpdf" ,qpdf) ("poppler" ,poppler) |