mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: mongodb: Use INVOKE.
* gnu/packages/databases.scm (mongodb)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
94617bddb0
commit
d9bcdfce29
1 changed files with 2 additions and 3 deletions
|
@ -503,10 +503,9 @@ (define-public mongodb
|
||||||
#t))
|
#t))
|
||||||
(replace 'build
|
(replace 'build
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (apply system*
|
(apply invoke `("scons"
|
||||||
`("scons"
|
|
||||||
,@common-options
|
,@common-options
|
||||||
"mongod" "mongo" "mongos")))))
|
"mongod" "mongo" "mongos"))))
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? inputs #:allow-other-keys)
|
(lambda* (#:key tests? inputs #:allow-other-keys)
|
||||||
(setenv "TZDIR"
|
(setenv "TZDIR"
|
||||||
|
|
Loading…
Reference in a new issue