guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: vim: Install man pages.


From: guix-commits
Subject: 01/02: gnu: vim: Install man pages.
Date: Thu, 20 Aug 2020 20:27:54 -0400 (EDT)

niedzejkob pushed a commit to branch master
in repository guix.

commit 3e09a2be7490a09cbc0409d9d975adb1f5a3ea28
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Fri Aug 21 00:17:53 2020 +0200

    gnu: vim: Install man pages.
---
 gnu/packages/vim.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index fe81634..51eda74 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -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"



reply via email to

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