mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 03:21:49 +02:00
gnu: podman: Satisfy linter on formatting.
* gnu/packages/containers.scm (podman)[arguments]: Satisfy linter on formatting. Change-Id: I1a5866e1917782581a1d14034fd9cd103f314c34
This commit is contained in:
@@ -660,8 +660,9 @@ Its main purpose is to support the key usage by @code{docker-init}:
|
||||
(("[$][{]ETCDIR[}]") "/etc")))
|
||||
(invoke "make" "install.docker"
|
||||
(string-append "PREFIX=" (assoc-ref outputs "docker"))
|
||||
(string-append "ETCDIR=" (string-append (assoc-ref outputs "docker")
|
||||
"/etc"))))))
|
||||
(string-append "ETCDIR="
|
||||
(string-append (assoc-ref outputs "docker")
|
||||
"/etc"))))))
|
||||
(add-after 'install 'install-completions
|
||||
(lambda _
|
||||
(invoke "make" "install.completions"
|
||||
|
||||
Reference in New Issue
Block a user