~ salmonella-environment-setup (master) fdb0f983c7a87d8786f42218d04ed06b29b92a77
commit fdb0f983c7a87d8786f42218d04ed06b29b92a77 Author: Mario Domenech Goulart <mario@parenteses.org> AuthorDate: Sat Sep 2 18:24:11 2017 +0200 Commit: Mario Domenech Goulart <mario@parenteses.org> CommitDate: Sat Sep 2 18:24:11 2017 +0200 salmonella (linux): remove srfi-27 from skip-eggs Don't know why it was there. diff --git a/salmonella-linux-x86-64/common.scm b/salmonella-linux-x86-64/common.scm index 9b8b88e..e31b5ee 100644 --- a/salmonella-linux-x86-64/common.scm +++ b/salmonella-linux-x86-64/common.scm @@ -11,7 +11,7 @@ "reports")) (skip-eggs - (append '(pledge spatial-trees srfi-27) + (append '(pledge spatial-trees) (skip-eggs))) (feeds-server "salmonella-linux-x86-64.call-cc.org") diff --git a/salmonella-linux-x86/common.scm b/salmonella-linux-x86/common.scm index f666949..852c575 100644 --- a/salmonella-linux-x86/common.scm +++ b/salmonella-linux-x86/common.scm @@ -11,7 +11,7 @@ "reports")) (skip-eggs - (append '(pledge spatial-trees srfi-27) + (append '(pledge spatial-trees) (skip-eggs))) (feeds-server "salmonella-linux-x86.call-cc.org")Trap