me
/
guix
Archived
1
0
Fork 0

gnu: vim: Install man pages.

master
Jakub Kądziołka 2020-08-21 00:17:53 +02:00
parent c5b20437ed
commit 3e09a2be74
No known key found for this signature in database
GPG Key ID: E315A75846131564
1 changed files with 5 additions and 0 deletions

View File

@ -86,6 +86,11 @@
#:parallel-tests? #f
#:phases
(modify-phases %standard-phases
(add-after 'patch-source-shebangs 'fix-installman
(lambda _
(substitute* "src/installman.sh"
((" /bin/sh") (which "sh")))
#t))
(add-after 'configure 'patch-absolute-paths
(lambda _
(substitute* "runtime/tools/mve.awk"