unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#36164] [PATCH] gnu: packages: kakoune: Remove dependency on boost.
@ 2019-06-11  7:21 Robert Vollmert
  2019-06-17 10:31 ` bug#36164: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Vollmert @ 2019-06-11  7:21 UTC (permalink / raw)
  To: 36164; +Cc: Robert Vollmert

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)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#36164: [PATCH] gnu: packages: kakoune: Remove dependency on boost.
  2019-06-11  7:21 [bug#36164] [PATCH] gnu: packages: kakoune: Remove dependency on boost Robert Vollmert
@ 2019-06-17 10:31 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-06-17 10:31 UTC (permalink / raw)
  To: Robert Vollmert; +Cc: 36164-done

Robert Vollmert <rob@vllmrt.net> skribis:

> kakoune builds without boost since a while already.
>
> * gnu/packages/text-editors.scm (kakoune)[inputs]: Remove boost.

Applied, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-17 10:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-11  7:21 [bug#36164] [PATCH] gnu: packages: kakoune: Remove dependency on boost Robert Vollmert
2019-06-17 10:31 ` bug#36164: " Ludovic Courtès

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).