[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] gnu: vte: Provide 0.36.5.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 1/2] gnu: vte: Provide 0.36.5. |
Date: |
Sun, 15 Nov 2015 18:46:04 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Efraim Flashner <address@hidden> skribis:
> * gnu/packages/gnome.scm (vte): Add version 0.36.5.
[...]
> +;; provides vte 2.90, required for some terminal emulators
> +(define-public vte-0.36
> + (package (inherit vte)
> + (name "vte")
> + (version "0.36.5")
Is this particular version really needed? We already have 0.40 and
0.28.2 so it would be great if one of these could be used (the comment
above makes me think that 0.40 would do as well, but it’s not completely
clear.)
Now, if Tilda really requires this specific version, that’s fine.
Thanks,
Ludo’.