* [bug#50251] [PATCH] gnu: kakoune: Update to v2021.08.28
@ 2021-08-29 11:39 calum
2021-08-31 12:11 ` bug#50251: " Lars-Dominik Braun
0 siblings, 1 reply; 2+ messages in thread
From: calum @ 2021-08-29 11:39 UTC (permalink / raw)
To: 50251; +Cc: calum
* gnu/packages/text-editors.scm (kakoune): Update to v2021.08.28
[native-inputs]: Use gcc-10.
[inputs]: Remove ncurses dependancy.
---
gnu/packages/text-editors.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 2074442da5..44f23b4a24 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -16,6 +16,7 @@
;;; Copyright © 2021 aecepoglu <aecepoglu@fastmail.fm>
;;; Copyright © 2021 Leo Famulari <leo@famulari.name>
;;; Copyright © 2021 Pierre Langlois <pierre.langlois@gmx.com>
+;;; Copyright © 2021 Calum Irwin <calumirwin1@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -163,7 +164,7 @@ based command language.")
(define-public kakoune
(package
(name "kakoune")
- (version "2020.09.01")
+ (version "2021.08.28")
(source
(origin
(method url-fetch)
@@ -171,7 +172,7 @@ based command language.")
"releases/download/v" version "/"
"kakoune-" version ".tar.bz2"))
(sha256
- (base32 "0x81rxy7bqnhd9374g5ypy4w4nxmm0vnqw6b52bf62jxdg2qj6l6"))))
+ (base32 "1jvn4b9rma5jjvg3xz8nf224pbq3ry570j6qvc834wn5v3gxfvkg"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
@@ -194,11 +195,10 @@ based command language.")
(add-before 'build 'chdir
(lambda _ (chdir "src") #t)))))
(native-inputs
- `(("asciidoc" ,asciidoc)
+ `(("gcc", gcc-10)
+ ("asciidoc" ,asciidoc)
("pkg-config" ,pkg-config)
("ruby" ,ruby)))
- (inputs
- `(("ncurses" ,ncurses)))
(synopsis "Vim-inspired code editor")
(description
"Kakoune is a code editor heavily inspired by Vim, as such most of its
--
2.33.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#50251: [PATCH] gnu: kakoune: Update to v2021.08.28
2021-08-29 11:39 [bug#50251] [PATCH] gnu: kakoune: Update to v2021.08.28 calum
@ 2021-08-31 12:11 ` Lars-Dominik Braun
0 siblings, 0 replies; 2+ messages in thread
From: Lars-Dominik Braun @ 2021-08-31 12:11 UTC (permalink / raw)
To: calum; +Cc: 50251-done
Hi,
looks good, added link to GitHub issue wrt GCC 7 support and pushed as
9af83d1cf98da8353a582c5cab62c2b01d7f8dc3.
Cheers,
Lars
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-08-31 12:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-29 11:39 [bug#50251] [PATCH] gnu: kakoune: Update to v2021.08.28 calum
2021-08-31 12:11 ` bug#50251: " Lars-Dominik Braun
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).