~ salmonella-environment-setup (master) 9d32c8f2a17207194bf714737fffd386f9e66cfb
commit 9d32c8f2a17207194bf714737fffd386f9e66cfb Author: Mario Domenech Goulart <mario@parenteses.org> AuthorDate: Fri Sep 1 20:24:24 2017 +0200 Commit: Mario Domenech Goulart <mario@parenteses.org> CommitDate: Fri Sep 1 20:24:24 2017 +0200 salmonella (linux): skip pledge (OpenBSD-only) diff --git a/salmonella-linux-x86-64/common.scm b/salmonella-linux-x86-64/common.scm index 47dc3c7..6594fbe 100644 --- a/salmonella-linux-x86-64/common.scm +++ b/salmonella-linux-x86-64/common.scm @@ -11,7 +11,7 @@ "reports")) (skip-eggs - (append '(hypergiant pledge spatial-trees srfi-27 svn-client) + (append '(hypergiant pledge spatial-trees srfi-27 svn-client pledge) (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 292b37a..d920deb 100644 --- a/salmonella-linux-x86/common.scm +++ b/salmonella-linux-x86/common.scm @@ -11,7 +11,7 @@ "reports")) (skip-eggs - (append '(hypergiant pledge spatial-trees srfi-27 svn-client) + (append '(hypergiant pledge spatial-trees srfi-27 svn-client pledge) (skip-eggs))) (feeds-server "salmonella-linux-x86.call-cc.org")Trap