Hello, Mckinley Olsen <mck.ol...@gmail.com> skribis:
> From 243640a755299d1dabecf2953c08e36d5b351b19 Mon Sep 17 00:00:00 2001 > From: McKinley Olsen <mck.ol...@gmail.com> > Date: Wed, 1 Jun 2016 11:54:53 -0600 > Subject: [PATCH] * gnu/packages/terminals.scm (termite): New variable. Pushed as 89978a0a0d70ee31225133b61f8b006cac14c0bd. I added a subject line to the commit log, and made a couple of identation fixes > + (arguments > + `(#:phases (alist-delete 'configure %standard-phases) > + #:tests? #f > + ;; This sets the destination when installing the necessary terminal > + ;; capability data, which are not provided by 'ncurses'. See > + ;; https://lists.gnu.org/archive/html/bug-ncurses/2009-10/msg00031.html ^ … here > + (inputs > + `(("vte", vte-ng) > + ("gtk+", gtk+) ^ … here > + (native-inputs > + `(("pkg-config" ,pkg-config))) … and here. Thank you! Ludo’.