mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 22:36:22 +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
|
(delete 'configure) ; no configure script
|
||||||
(add-after 'install 'install-contrib-docs
|
(add-after 'install 'install-contrib-docs
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
(doc "/share/doc/wireguard-tools"))
|
(doc (string-append out "/share/doc/wireguard-tools")))
|
||||||
(copy-recursively "contrib/" doc))))
|
(copy-recursively "contrib/" doc))))
|
||||||
(add-after 'install 'wrap-wg-quick
|
(add-after 'install 'wrap-wg-quick
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
|
|
Loading…
Add table
Reference in a new issue