mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: tipp10: Use INVOKE.
* gnu/packages/education.scm (tipp10)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
aa0771556e
commit
946e5e8aa1
1 changed files with 2 additions and 1 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Reference in a new issue