gnu: monero-core: Return #t from phases.
* gnu/packages/engineering.scm (monero)[arguments]: Substitute invoke for system*. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3902bc5c23
commit
88d5ee44ed
|
@ -520,7 +520,7 @@ Monero command line client and daemon.")
|
||||||
#t))
|
#t))
|
||||||
(replace 'build
|
(replace 'build
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "./build.sh"))))
|
(invoke "./build.sh")))
|
||||||
(add-after 'build 'fix-install-path
|
(add-after 'build 'fix-install-path
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(substitute* "build/Makefile"
|
(substitute* "build/Makefile"
|
||||||
|
|
Loading…
Reference in New Issue