guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: kakoune: Remove dependency on boost.


From: guix-commits
Subject: 03/04: gnu: kakoune: Remove dependency on boost.
Date: Mon, 17 Jun 2019 06:36:21 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 73eacca85ec68100e08ab21a3732cabbd77a2dbd
Author: Robert Vollmert <address@hidden>
Date:   Tue Jun 11 09:21:57 2019 +0200

    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 <address@hidden>
---
 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 534934d..731bbc5 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]