guix-commits
[Top][All Lists]
Advanced

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

101/150: gnu: python-reportlab: Convert #:configure-flags to alist.


From: guix-commits
Subject: 101/150: gnu: python-reportlab: Convert #:configure-flags to alist.
Date: Sun, 24 Apr 2022 05:12:29 -0400 (EDT)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit 629dbdb4d0cf2fb87123b7c778dc3767f92ae77f
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Thu Jan 6 11:17:53 2022 +0100

    gnu: python-reportlab: Convert #:configure-flags to alist.
    
    * gnu/packages/pdf.scm (python-reportlab)[arguments]: Convert
---
 gnu/packages/pdf.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 1d7b0ee98d..c9f8ae46bb 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -978,9 +978,7 @@ optimize toolbar for portrait / landscape
                 "0i17qgm7gzy7pzp240mkpsx9rn8rr67jh5npp5bylv3sd41g48cw"))))
     (build-system python-build-system)
     (arguments
-     '(;; FIXME: There is one test failure, building the pdf manual from 
source,
-       ;; but it does not cause the build to fail.
-       #:configure-flags (list "--use-system-libart")
+     '(#:configure-flags '(@ ("--use-system-libart" . ""))
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'find-libraries



reply via email to

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