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 @@ (define-public wireguard-tools
|
|||
(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…
Reference in a new issue