mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: lxc: Return #t from phases.
* gnu/packages/virtualization.scm (lxc)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
71d4ba5246
commit
d6870d107e
1 changed files with 2 additions and 3 deletions
|
@ -370,14 +370,13 @@ (define-public lxc
|
|||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
(bashcompdir (string-append out "/etc/bash_completion.d")))
|
||||
(zero? (system*
|
||||
"make" "install"
|
||||
(invoke "make" "install"
|
||||
(string-append "bashcompdir=" bashcompdir)
|
||||
;; Don't install files into /var and /etc.
|
||||
"LXCPATH=/tmp/var/lib/lxc"
|
||||
"localstatedir=/tmp/var"
|
||||
"sysconfdir=/tmp/etc"
|
||||
"sysconfigdir=/tmp/etc/default"))))))))
|
||||
"sysconfigdir=/tmp/etc/default")))))))
|
||||
(synopsis "Linux container tools")
|
||||
(home-page "https://linuxcontainers.org/")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue