[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: Add sicp.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] gnu: Add sicp. |
Date: |
Sat, 21 May 2016 23:22:08 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Jan Nieuwenhuizen <address@hidden> skribis:
> From 44bcbdb30f6789d4bc460aa84dca27321c074cba Mon Sep 17 00:00:00 2001
> From: Jan Nieuwenhuizen <address@hidden>
> Date: Thu, 19 May 2016 23:50:09 +0200
> Subject: [PATCH] gnu: Add sicp.
>
> * gnu/packages/scheme.scm (sicp): New variable.
Applied with minor changes:
> + (version "20160220-1.5b52db56")
Avoided the duplicated commit ID here following the manual (info "(guix)
Version Numbers").
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/sarabander/sicp")
> + (commit "5b52db566968d28a89fbbaf338d207f01cc81cac")))
> + (sha256
> + (base32
> + "10h6h7szwlfbshwh18bnl2hvyddj5i7106l79s145l0sjjv15cxb"))))
Added a ‘file-name’ field, as noted by ‘guix lint’.
> + (every zero? (map
> + (cut system* "gzip" <>)
Pass ‘-9n’, where ‘-n’ allows the thing to be bit-reproducible (see
--rounds=2).
Thanks!
Ludo’.
- Re: [PATCH] gnu: Add sicp., (continued)
- Re: [PATCH] gnu: Add sicp., Ludovic Courtès, 2016/05/17
- Re: [PATCH] gnu: Add sicp., Jan Nieuwenhuizen, 2016/05/19
- Re: [PATCH] gnu: Add sicp., Taylan Ulrich Bayırlı/Kammer, 2016/05/20
- Re: [PATCH] gnu: Add sicp., Jan Nieuwenhuizen, 2016/05/20
- Re: [PATCH] gnu: Add sicp., Alex Kost, 2016/05/21
- Re: [PATCH] gnu: Add sicp., Ludovic Courtès, 2016/05/21
- Fixing scheme-indent-function., Alex Kost, 2016/05/24
- Re: Fixing scheme-indent-function., Ludovic Courtès, 2016/05/25
- Re: Fixing scheme-indent-function., Alex Kost, 2016/05/26
- Re: Fixing scheme-indent-function., Ludovic Courtès, 2016/05/28
- Re: [PATCH] gnu: Add sicp.,
Ludovic Courtès <=