guix-commits
[Top][All Lists]
Advanced

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

09/38: gnu: libharu: Return #t from phases.


From: Tobias Geerinckx-Rice
Subject: 09/38: gnu: libharu: Return #t from phases.
Date: Mon, 25 Jun 2018 22:24:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cb8c24b6f5800556ff63e063b269772fb87eff32
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jun 24 12:05:23 2018 +0200

    gnu: libharu: Return #t from phases.
    
    * gnu/packages/pdf.scm (libharu)[arguments]: Substitute INVOKE for
    SYSTEM*.
---
 gnu/packages/pdf.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 643d21b..e83b2c1 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -276,7 +276,7 @@ Poppler PDF rendering library.")
       #:phases
       (modify-phases %standard-phases
         (add-after 'unpack 'autogen
-          (lambda _ (zero? (system* "autoreconf" "-vif")))))))
+          (lambda _ (invoke "autoreconf" "-vif"))))))
    (inputs
     `(("zlib" ,zlib)
       ("libpng" ,libpng)))



reply via email to

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