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>master
parent
96a2ae40fb
commit
d1827d5c63
|
@ -726,6 +726,7 @@ WireGuard was added to Linux 5.6.")
|
|||
(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))))))
|
||||
|
|
Reference in New Issue