~ salmonella-environment-setup (master) 40f3728ff9a65f90219d44f20fa324c61ad516b7
commit 40f3728ff9a65f90219d44f20fa324c61ad516b7 Author: Mario Domenech Goulart <mario@parenteses.org> AuthorDate: Thu Jan 5 20:58:39 2017 +0100 Commit: Mario Domenech Goulart <mario@parenteses.org> CommitDate: Thu Jan 5 20:58:39 2017 +0100 salmonella/salmonella-linux-x86-64/common.scm: typo fix (s/spatial-tree/spatial-trees/) diff --git a/salmonella-linux-x86-64/common.scm b/salmonella-linux-x86-64/common.scm index 9d55e50..88c31d9 100644 --- a/salmonella-linux-x86-64/common.scm +++ b/salmonella-linux-x86-64/common.scm @@ -10,6 +10,6 @@ "salmonella") "reports")) -(skip-eggs (append '(srfi-27 svn-client hypergiant spatial-tree) (skip-eggs))) +(skip-eggs (append '(srfi-27 svn-client hypergiant spatial-trees) (skip-eggs))) (feeds-server "salmonella-linux-x86-64.call-cc.org")Trap