Andreas Enge <[email protected]> skribis: > From 7c3674c3878e46d40ad5f952df30216ec88aeae8 Mon Sep 17 00:00:00 2001 > From: Andreas Enge <[email protected]> > Date: Thu, 17 Jan 2013 21:42:12 +0100 > Subject: [PATCH] distro: Add Libjpeg. > > * distro/packages/libjpeg.scm: New file. > * Makefile.am (MODULES): Add it.
Likewise, feel free to commit if it builds. > + (uri (string-append "http://www.ijg.org/files/jpegsrc.v" > + version ".tar.gz")) Seems that you’re using tabs. Please avoid them in Scheme source (using spaces allows for copy/paste to a Guile REPL without triggering Readline completion.) Thanks! Ludo’.
