guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: vim: Install manpages


From: guix-commits
Subject: branch master updated: gnu: vim: Install manpages
Date: Mon, 05 Jul 2021 03:55:55 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 911038e  gnu: vim: Install manpages
911038e is described below

commit 911038e874c24f851f1316a71867f335dc17ff47
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
AuthorDate: Sat Jul 3 10:37:48 2021 -0400

    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>
---
 gnu/packages/vim.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 06c92b7..3d017ea 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]