guix-commits
[Top][All Lists]
Advanced

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

18/23: gnu: papagayo: Return #t from all phases.


From: Tobias Geerinckx-Rice
Subject: 18/23: gnu: papagayo: Return #t from all phases.
Date: Wed, 27 Jun 2018 07:01:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6023fa366db309202181e696f6aeee1d64ec331f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jun 26 15:33:28 2018 +0200

    gnu: papagayo: Return #t from all phases.
    
    * gnu/packages/animation.scm (papagayo)[arguments]: Substitute INVOKE
    for SYSTEM*.
---
 gnu/packages/animation.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm
index 22af707..a10747e 100644
--- a/gnu/packages/animation.scm
+++ b/gnu/packages/animation.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015, 2017 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -226,10 +227,10 @@ contains the graphical user interface for synfig.")
                                    "\nLIBS +=" libsndfile
                                    "/lib/libsndfile.so\n"
                                    "win32 {"))))
-               (zero? (system* "qmake"
-                               (string-append "DESTDIR="
-                                              (assoc-ref outputs "out")
-                                              "/bin")))))
+               (invoke "qmake"
+                       (string-append "DESTDIR="
+                                      (assoc-ref outputs "out")
+                                      "/bin"))))
            ;; Ensure that all required Qt plugins are found at runtime.
            (add-after 'install 'wrap-executable
              (lambda* (#:key inputs outputs #:allow-other-keys)



reply via email to

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