guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add termite


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: Add termite
Date: Fri, 03 Jun 2016 10:28:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Hello,

Mckinley Olsen <address@hidden> skribis:

> From 243640a755299d1dabecf2953c08e36d5b351b19 Mon Sep 17 00:00:00 2001
> From: McKinley Olsen <address@hidden>
> 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’.



reply via email to

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