me
/
guix
Archived
1
0
Fork 0

gnu: lxc: Return #t from phases.

* gnu/packages/virtualization.scm (lxc)[arguments]: Substitute INVOKE
for SYSTEM*.
master
Tobias Geerinckx-Rice 2018-06-22 17:40:17 +02:00
parent 71d4ba5246
commit d6870d107e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -370,14 +370,13 @@ all common programming languages. Vala bindings are also provided.")
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out")) (let* ((out (assoc-ref outputs "out"))
(bashcompdir (string-append out "/etc/bash_completion.d"))) (bashcompdir (string-append out "/etc/bash_completion.d")))
(zero? (system* (invoke "make" "install"
"make" "install"
(string-append "bashcompdir=" bashcompdir) (string-append "bashcompdir=" bashcompdir)
;; Don't install files into /var and /etc. ;; Don't install files into /var and /etc.
"LXCPATH=/tmp/var/lib/lxc" "LXCPATH=/tmp/var/lib/lxc"
"localstatedir=/tmp/var" "localstatedir=/tmp/var"
"sysconfdir=/tmp/etc" "sysconfdir=/tmp/etc"
"sysconfigdir=/tmp/etc/default")))))))) "sysconfigdir=/tmp/etc/default")))))))
(synopsis "Linux container tools") (synopsis "Linux container tools")
(home-page "https://linuxcontainers.org/") (home-page "https://linuxcontainers.org/")
(description (description