me
/
guix
Archived
1
0
Fork 0

gnu: vim: Install manpages

* gnu/packages/vim.scm (vim)[arguments]<#:phases>: Add fix-install.sh phase.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Morgan Smith 2021-07-03 10:37:48 -04:00 committed by Efraim Flashner
parent b1a419ea3f
commit 911038e874
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 0 deletions

View File

@ -141,6 +141,11 @@
((".*Test_popup_drag_termwin.*" line)
(string-append line "return\n")))
#t))
(add-before 'install 'fix-installman.sh
(lambda _
(substitute* "src/installman.sh"
(("/bin/sh")
(which "sh")))))
(add-after 'install 'install-guix.vim
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((vimdir (string-append (assoc-ref outputs "out") "/share/vim")))