guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/2] gnu: Add gdk-pixbuf+svg.


From: Ludovic Courtès
Subject: Re: [PATCH 1/2] gnu: Add gdk-pixbuf+svg.
Date: Tue, 15 Mar 2016 17:11:31 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

宋文武 <address@hidden> skribis:

> * gnu/packages/gtk.scm (gdk-pixbuf+svg): New variable.

[...]

> +    (description (string-append
> +                  (package-description gdk-pixbuf)
> +                  "  This version provides SVG support by default."))))

‘description’ and ‘synopsis’ must be literal strings so they are
internationalized.

So instead, you could write something like:

  (synopsis "GNOME image loading and manipulation library, with SVG support")

OK for master with this change.

Thanks,
Ludo’.



reply via email to

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