gnu: tipp10: Use INVOKE.

* gnu/packages/education.scm (tipp10)[arguments]: Substitute INVOKE for
SYSTEM*.
This commit is contained in:
Tobias Geerinckx-Rice 2018-04-01 07:39:32 +02:00
parent aa0771556e
commit 946e5e8aa1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3,6 +3,7 @@
;;; Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com> ;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2017, 2018 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; Copyright © 2018 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
@ -216,7 +217,7 @@ (define-public tipp10
(substitute* "def/defines.h" (substitute* "def/defines.h"
(("\"/usr/") (string-append "\"" out "/"))) (("\"/usr/") (string-append "\"" out "/")))
;; Recreate Makefile ;; Recreate Makefile
(zero? (system* "qmake")))))))) (invoke "qmake")))))))
(inputs (inputs
`(("qt4" ,qt-4) `(("qt4" ,qt-4)
("sqlite" ,sqlite))) ("sqlite" ,sqlite)))