guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: add vte-ng


From: 宋文武
Subject: Re: [PATCH] gnu: add vte-ng
Date: Wed, 01 Jun 2016 21:30:25 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Mckinley Olsen <address@hidden> writes:

> Hey Alex, I'm hoping this patch is up to snuff.
> I've changed the package definition to depend on the latest tagged
> source and provided a synopsis & description specific to vte-ng.
> Let me know if you have any other concerns that need to be addressed.
> Thanks!
>
> From 5fa75edd3e03839dc7fc81134a9bd37072409f88 Mon Sep 17 00:00:00 2001
> From: McKinley Olsen <address@hidden>
> Date: Tue, 31 May 2016 14:28:44 -0600
> Subject: [PATCH] * gnu/packages/gnome.scm (vte-ng): New variable.
First line should be: "gnu: Add vte-ng."

>
> [...]
> +                                  name
> +                                  "/archive/"
> +                                  version
> +                                  ".tar.gz"))
                                     ^^^^ put these into one line.
> +              (file-name (string-append name "-" version ".tar.gz"))
> +              (sha256
> +               (base32
> +        #:phases (modify-phases %standard-phases
> +                  (add-after 'unpack 'bootstrap
> +                    (lambda _
> +                      (setenv "NOCONFIGURE" "true")
> +                      (zero? (system* "sh" "autogen.sh")))))))
> +  (synopsis "Enhanced VTE terminal widget")
> +  (description "VTE, with additional functions exposed for keyboard text
> +    selection and URL hints.")))
I expand "VTE" a bit.


Pushed, thanks!



reply via email to

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