mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: zile-on-guile: Return #t from all phases.
* gnu/packages/zile.scm (zile-on-guile)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
1a135896b3
commit
a0c5dafcc3
1 changed files with 5 additions and 4 deletions
|
@ -2,6 +2,7 @@
|
||||||
;;; Copyright © 2012, 2013, 2017, 2018 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2012, 2013, 2017, 2018 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
|
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
|
||||||
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||||
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -122,10 +123,10 @@ (define-public zile-on-guile
|
||||||
(chmod file #o755))
|
(chmod file #o755))
|
||||||
(find-files "."))
|
(find-files "."))
|
||||||
(patch-shebang "gnulib/gnulib-tool")
|
(patch-shebang "gnulib/gnulib-tool")
|
||||||
(zero? (system* "sh" "./bootstrap"
|
(invoke "sh" "./bootstrap"
|
||||||
"--gnulib-srcdir=gnulib"
|
"--gnulib-srcdir=gnulib"
|
||||||
"--skip-git" "--skip-po"
|
"--skip-git" "--skip-po"
|
||||||
"--verbose"))))
|
"--verbose")))
|
||||||
(add-after 'install 'wrap-command
|
(add-after 'install 'wrap-command
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
;; Add zile.scm to the search path.
|
;; Add zile.scm to the search path.
|
||||||
|
|
Loading…
Reference in a new issue