gnu: mupdf: Build verbosely.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 24 Nov 2020 10:27:39 +0000 (11:27 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 24 Nov 2020 14:58:49 +0000 (15:58 +0100)
* gnu/packages/pdf.scm (mupdf)[arguments]: Add ‘verbose’ to #:make-flags.

gnu/packages/pdf.scm

index 5b5a53b..9cb4609 100644 (file)
@@ -725,7 +725,8 @@ extracting content or merging files.")
       `(("pkg-config" ,pkg-config)))
     (arguments
       `(#:tests? #f                     ; no check target
-        #:make-flags (list (string-append "CC=" ,(cc-for-target))
+        #:make-flags (list "verbose=yes"
+                           (string-append "CC=" ,(cc-for-target))
                            "XCFLAGS=-fpic"
                            "USE_SYSTEM_LIBS=yes"
                            "USE_SYSTEM_MUJS=yes"