mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: wireguard-tools: Set #:sh argument of 'wrap-program'.
* gnu/packages/vpn.scm (wireguard-tools)[arguments]<#:phases>{wrap-wg-quick}: Set #:sh argument of ‘wrap-program’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
96a2ae40fb
commit
d1827d5c63
1 changed files with 1 additions and 0 deletions
|
@ -726,6 +726,7 @@ (define-public wireguard-tools
|
|||
(coreutils (string-append (assoc-ref inputs "coreutils")
|
||||
"/bin")))
|
||||
(wrap-program (string-append out "/bin/wg-quick")
|
||||
#:sh (search-input-file inputs "bin/bash")
|
||||
`("PATH" ":" prefix ,(append inputs-sbin
|
||||
(list coreutils))))
|
||||
#t))))))
|
||||
|
|
Loading…
Reference in a new issue