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>
master
Robert Vollmert 2019-06-11 09:21:57 +02:00 committed by Ludovic Courtès
parent ed504cafa2
commit 73eacca85e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 2 deletions

View File

@ -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