~ salmonella-environment-setup (master) 39056f5041c6a9d2c6e5e99dcff446b0d128d9aa
commit 39056f5041c6a9d2c6e5e99dcff446b0d128d9aa
Author: Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Sat Sep 2 18:19:22 2017 +0200
Commit: Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Sat Sep 2 18:21:13 2017 +0200
salmonella (linux): remove hypergiant and svn-client from skip-eggs
The required libraries for them are available in Debian Stretch.
diff --git a/salmonella-linux-x86-64/common.scm b/salmonella-linux-x86-64/common.scm
index 47dc3c7..9b8b88e 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 '(pledge spatial-trees srfi-27)
(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..f666949 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 '(pledge spatial-trees srfi-27)
(skip-eggs)))
(feeds-server "salmonella-linux-x86.call-cc.org")
Trap