gnu: papagayo: Return #t from all phases.

* gnu/packages/animation.scm (papagayo)[arguments]: Substitute INVOKE
for SYSTEM*.
master
Tobias Geerinckx-Rice 2018-06-26 15:33:28 +02:00
parent 6ac59f45ff
commit 6023fa366d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 4 deletions

View File

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