gnu: mg: Add new phase to find 'diff'.
authorng0 <ng0@infotropique.org>
Wed, 26 Jul 2017 14:24:56 +0000 (14:24 +0000)
committerLudovic Courtès <ludo@gnu.org>
Wed, 26 Jul 2017 21:13:52 +0000 (23:13 +0200)
* gnu/packages/text-editors.scm (mg)[phases]: Add new 'correct-location-of-difftool'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/packages/text-editors.scm

index 7357df7..7843c12 100644 (file)
@@ -261,6 +261,12 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings.  e3 can be used on
                           "CC=gcc")
        #:phases (modify-phases %standard-phases
                   (delete 'configure)
+                  (add-before 'build 'correct-location-of-difftool
+                    (lambda _
+                      (substitute* "buffer.c"
+                        (("/usr/bin/diff")
+                         (which "diff")))
+                      #t))
                   (add-before 'install 'patch-tutorial-location
                     (lambda* (#:key outputs #:allow-other-keys)
                       (substitute* "mg.1"