~ruther/guix-local

0e5b0f78f65e4ae5b5b2735c86ddc1a5e4b20b7e — Cyril Roelandt 12 years ago 9a9e72d
list-packages: Add an "alt" attribute for the logos.

* build-aux/list-packages.scm (package->sxml): add an alternative text for the
  logos of the packages.
1 files changed, 2 insertions(+), 1 deletions(-)

M build-aux/list-packages.scm
M build-aux/list-packages.scm => build-aux/list-packages.scm +2 -1
@@ 115,7 115,8 @@ exec guile -l "$0"                              \
                    ((? string? url)
                     `(img (@ (src ,url)
                              (height "35em")
                              (class "package-logo"))))
                              (class "package-logo")
                              (alt ("Logo of " ,(package-name package))))))
                    (_ #f))
                 (p ,(package-description package))
                 ,(license package)