summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/vpn.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 454ef04e44e..6697dfcd8cb 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -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")