mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
gnu: wireguard-tools: Fix doc installation.
* gnu/packages/vpn.scm (wireguard-tools)[arguments]: Add missing out.
This commit is contained in:
parent
bbf60f86d5
commit
226221df6f
1 changed files with 2 additions and 2 deletions
|
@ -1046,8 +1046,8 @@ WireGuard was added to Linux 5.6.")
|
|||
(delete 'configure) ; no configure script
|
||||
(add-after 'install 'install-contrib-docs
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out"))
|
||||
(doc "/share/doc/wireguard-tools"))
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
(doc (string-append out "/share/doc/wireguard-tools")))
|
||||
(copy-recursively "contrib/" doc))))
|
||||
(add-after 'install 'wrap-wg-quick
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
|
|
Loading…
Add table
Reference in a new issue