mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: gnumach: Use invoke.
* gnu/packages/hurd.scm (gnumach)[arguments]: Use invoke and remove vestigial plumbing in the 'produce-image' phase.
This commit is contained in:
parent
92fcb831c0
commit
a53ced66b1
1 changed files with 3 additions and 4 deletions
|
@ -228,10 +228,9 @@ (define-public gnumach
|
|||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
(boot (string-append out "/boot")))
|
||||
(and (zero? (system* "make" "gnumach.gz"))
|
||||
(begin
|
||||
(invoke "make" "gnumach.gz")
|
||||
(install-file "gnumach.gz" boot)
|
||||
#t))))))))
|
||||
#t))))))
|
||||
(native-inputs
|
||||
`(("mig" ,mig)
|
||||
("perl" ,perl)))
|
||||
|
|
Loading…
Reference in a new issue