~ salmonella-environment-setup (master) cbbf2b3d96169adba1707cccc40300e4c3798cfd
commit cbbf2b3d96169adba1707cccc40300e4c3798cfd
Author: Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Mon Apr 17 19:07:29 2017 +0200
Commit: Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Mon Apr 17 19:07:29 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 88c31d9..47dc3c7 100644
--- a/salmonella-linux-x86-64/common.scm
+++ b/salmonella-linux-x86-64/common.scm
@@ -10,6 +10,8 @@
"salmonella")
"reports"))
-(skip-eggs (append '(srfi-27 svn-client hypergiant spatial-trees) (skip-eggs)))
+(skip-eggs
+ (append '(hypergiant pledge spatial-trees srfi-27 svn-client)
+ (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 aa351ad..292b37a 100644
--- a/salmonella-linux-x86/common.scm
+++ b/salmonella-linux-x86/common.scm
@@ -10,6 +10,8 @@
"salmonella")
"reports"))
-(skip-eggs (append '(srfi-27 svn-client hypergiant spatial-trees) (skip-eggs)))
+(skip-eggs
+ (append '(hypergiant pledge spatial-trees srfi-27 svn-client)
+ (skip-eggs)))
(feeds-server "salmonella-linux-x86.call-cc.org")
Trap