me
/
guix
Archived
1
0
Fork 0

gnu: mg: Update to 20210609.

* gnu/packages/text-editors.scm (mg): Update to 20210609.
[source](snippet): Remove trailing #t.
Marius Bakke 2021-07-31 11:42:01 +02:00
parent 6e99e113e6
commit 3e5e10d51b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 4 deletions

View File

@ -506,7 +506,7 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings. e3 can be used on
(define-public mg
(package
(name "mg")
(version "20180927")
(version "20210609")
(source (origin
(method git-fetch)
(uri (git-reference
@ -515,12 +515,11 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings. e3 can be used on
(file-name (git-file-name name version))
(sha256
(base32
"14vrm8lvwksf697sqks7xfd1xaqjlqjc9afjk33sksq5p27wr203"))
"04c2vqxg31mk15cfrhzrivykis8fmf0m1d8h1qdjdmlfxd4qwaqf"))
(modules '((guix build utils)))
(snippet '(begin
(substitute* "GNUmakefile"
(("/usr/bin/") ""))
#t))))
(("/usr/bin/") ""))))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))