GNU bug report logs -
#36164
[PATCH] gnu: packages: kakoune: Remove dependency on boost.
Previous Next
Reported by: Robert Vollmert <rob <at> vllmrt.net>
Date: Tue, 11 Jun 2019 07:23:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
kakoune builds without boost since a while already.
* gnu/packages/text-editors.scm (kakoune)[inputs]: Remove boost.
---
gnu/packages/text-editors.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 534934dfd1..731bbc5d16 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -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
--
2.20.1 (Apple Git-117)
This bug report was last modified 5 years and 344 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.