From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Karetnikov Subject: Re: Add Package Gl Date: Sat, 28 Sep 2013 23:42:45 +0400 Message-ID: <87r4c8ag22.fsf@karetnikov.org> References: <1380392309.1256.11.camel@battlestallion> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQ0L2-0007Iq-Tf for guix-devel@gnu.org; Sat, 28 Sep 2013 15:38:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQ0L2-0007g1-5b for guix-devel@gnu.org; Sat, 28 Sep 2013 15:38:00 -0400 Received: from [2a01:7e00::f03c:91ff:fedf:181] (port=50907 helo=cooksoni.karetnikov.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQ0L1-0007fp-Vc for guix-devel@gnu.org; Sat, 28 Sep 2013 15:38:00 -0400 In-Reply-To: <1380392309.1256.11.camel@battlestallion> (Joshua S. Grant's message of "Sat, 28 Sep 2013 13:18:29 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: "Joshua \"Youlysses\" S. Grant" Cc: guix-devel@gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Minor issues=E2=80=A6 > #:use-module ((guix licenses)=20 > #:renamer (symbol-prefix-proc 'license:)) It=E2=80=99d better to use 'l: as a prefix to avoid (license license:someth= ing). You could also use #:select if it=E2=80=99s possible. > #:use-module (gnu packages fontutils)) > > Extra newline. > (define-public glu > (package > (name "glu") Should be indented like so: (package (name "glu") > (source (origin > (method url-fetch) > (uri (string-append "ftp://ftp.freedesktop.org/pub/mesa/glu/glu-"= =20 > version ".tar.gz")) > (sha256 > (base32 "0r72yyhj09x3krn3kn629jqbwyq50ji8w5ri2pn6zwrk35m4g1s3"))= )) (source (origin (method url-fetch) (uri (string-append "ftp://ftp.freedesktop.org/pub/mesa/glu/glu-"= =20 version ".tar.gz")) (sha256 (base32 "0r72yyhj09x3krn3kn629jqbwyq50ji8w5ri2pn6zwrk35m4g1s3")))) > (description=20 > "GLU, or OpenGL Utility Library provides some higher-level functionali= ty=20 (description=20 "GLU, or OpenGL Utility Library provides some higher-level functionality=20 The rest of the file has the same problems. But as Cyril said: =E2=80=9COt= her than that, this looks good, thanks!=E2=80=9D --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBAgAGBQJSRzE3AAoJEM+IQzI9IQ38vIwP/RPz6G2M76LailpmlIFsIiaH wIZ9OAGdK/ydbYcslYqIf/VFgvBJrc8vIeIx7QnkIb/NF3bROKYDdoEAwbZtIGlZ gvpAhE5ST9XrHNmiflC2/tKjclvn6dzOuk6YHK9mNQCM0f3nIU5qGFrF3wyf6uTx QFneoV2fWiygHMz5I90SbJJqac22ZOMJA/9kIEq4dVnAuFT9HKx9K3WGqhI4Xvz+ PJ/MOi5yB2JQ4pIY+Pnv8trQd+W/xw0O3RV1RFC7oQMNl/f/MjSrsW78N3/ttYAx 3MuRzlMxzV5OogXYys4wlw15Qnp8jLQxS2pVWoin5HTeJ16sCSCzpMOKAn0ylr/6 v2Dj2KbdJH3p2dFWMe4JfQF8pq/4x3b0s41G4EKDXaRLuDHT4omML61StTWxIXov j0FgCfeEGjBCvir7rkJ49DP3BRsXk6cce7rC2Ql0FUfIngYTnRR2EQp/CHJqMPKO FiOi10DBYHj9YFBlrfMkqTu/9NFmlCCzV2nlfX6OW607NB9fhjjkz4NPCiJGIroH +vA9SnG69vIreua+6X+1ZtUjP23lPa6vI698cCKxrMvqGm/vI5aMJX90XqefxxXy gr56rVqL9FcyNcVDkwrG6kKRaweSRIeKKTZfQJozEvgURz8ctSHjQ6ebDglsBFrJ jD5TojTNxhz7cbP3hP4C =RkWo -----END PGP SIGNATURE----- --=-=-=--