guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: Revert "gnu: cups-filters: Disable mutool integration."


From: Leo Famulari
Subject: 01/01: Revert "gnu: cups-filters: Disable mutool integration."
Date: Tue, 17 Jan 2017 20:13:59 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 46076d08edb3eec1b98d3ae978c93d6db7c84eb2
Author: Leo Famulari <address@hidden>
Date:   Tue Jan 17 15:12:53 2017 -0500

    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 58a7bbc5fe52f20910fb0fe7fddb9012f2049034.
---
 gnu/packages/cups.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index adf94a5..39ab41c 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -88,7 +88,6 @@
      `(#: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")
@@ -115,6 +114,7 @@
        ("libjpeg"      ,libjpeg)
        ("libpng"       ,libpng)
        ("libtiff"      ,libtiff)
+       ("mupdf"        ,mupdf)
        ("glib"         ,glib)
        ("qpdf"         ,qpdf)
        ("poppler"      ,poppler)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]