aboutsummaryrefslogtreecommitdiff
path: root/etc/snippets/yas
ModeNameSize
d---------log-edit-mode327logplain
d---------scheme-mode351logplain
d---------text-mode374logplain
/guix/commit/gnu/build/svg.scm?id=8ce84bf1f5705f5280e8bf8f150ec2e859b045ee'>svg: Autoload Guile-RSVG and Guile-Cairo....Fixes compilation by 'guix pull' where Guile-{RSVG,Cairo} are missing. Reported by Efraim Flashner. * gnu/build/svg.scm: Use 'module-autoload!' rather than 'module-use!'. Ludovic Courtès 2016-10-25system: grub: Use Guile-{RSVG,Cairo} instead of Inkscape + ImageMagick....Based on a suggestion by Andy Wingo at <https://lists.gnu.org/archive/html/guix-devel/2015-08/msg00753.html>. * gnu/build/svg.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/system/grub.scm (svg->png): Add #:width and #:height. Rewrite to use (gnu build svg). (resize-image): Remove. (grub-background-image): Adjust accordingly. Ludovic Courtès