gnu: rng-tools: Use INVOKE.

* gnu/packages/linux.scm (rng-tools)[arguments]: Substitute INVOKE for
SYSTEM* and explicitly return #t from phase.
master
Tobias Geerinckx-Rice 2018-05-16 15:43:23 +02:00
parent 41c77ba3ff
commit f3afef52f6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -3533,7 +3533,8 @@ The following service daemons are also provided:
(modify-phases %standard-phases
(add-after 'unpack 'bootstrap
(lambda _
(zero? (system* "sh" "autogen.sh")))))))
(invoke "sh" "autogen.sh")
#t)))))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)