1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: vpnc: Fix cross-compiling.

* gnu/packages/vpn.scm (vpnc)[arguments]<#:phases>{install-manpage}:
Fix path.

Change-Id: I78a31f7a9248828db2552d0f0b5441b63b3eb9e4
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Ada Stevenson
2026-03-14 17:19:40 +08:00
committed by Andreas Enge
parent 3508b209ce
commit 78e449163b

View File

@@ -611,9 +611,8 @@ file for more details.")
;; As the manpage is not generated. Instead install it from
;; the input vpnc package.
(when target
(let* ((vpnc (assoc-ref native-inputs "vpnc"))
(man (string-append vpnc
"/share/man/man8/vpnc.8.gz"))
(let* ((man (search-input-file
native-inputs "/share/man/man8/vpnc.8.zst"))
(output (string-append #$output "/share/man/man8")))
(install-file man output))))))))
(synopsis "Client for Cisco VPN concentrators")