gnu: kakoune: Remove dependency on boost.
kakoune builds without boost since a while already. * gnu/packages/text-editors.scm (kakoune)[inputs]: Remove boost. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
ed504cafa2
commit
73eacca85e
|
@ -140,8 +140,7 @@ based command language.")
|
|||
("pkg-config" ,pkg-config)
|
||||
("ruby" ,ruby)))
|
||||
(inputs
|
||||
`(("ncurses" ,ncurses)
|
||||
("boost" ,boost)))
|
||||
`(("ncurses" ,ncurses)))
|
||||
(synopsis "Vim-inspired code editor")
|
||||
(description
|
||||
"Kakoune is a code editor heavily inspired by Vim, as such most of its
|
||||
|
|
Loading…
Reference in New Issue