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: 宋文武
Subject: Re: [PATCH 1/2] gnu: Add gdk-pixbuf+svg.
Date: Wed, 16 Mar 2016 09:10:23 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

address@hidden (Ludovic Courtès) writes:

> 宋文武 <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")
>
Done, Thanks!



reply via email to

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