aboutsummaryrefslogtreecommitdiff
path: root/20200503-channels.scm
diff options
context:
space:
mode:
authorEfraim Flashner2020-05-27 07:04:14 +0000
committerShepherd2020-05-27 07:04:20 +0000
commit37d28d77478aa3a994022be857330630fdb9ecfd (patch)
tree1f6aa0d6813e498a06ef6f22ee39cb16a75215f9 /20200503-channels.scm
parent4d5d516b53ea5edef3ce57267d167e44fd479b7b (diff)
downloadgn-shepherd-services-37d28d77478aa3a994022be857330630fdb9ecfd.tar.gz
bnw: Use an older commit.
After the core-updates merge some of the dependencies of BNW stop building. We'll stick with this known good version for now.
Diffstat (limited to '20200503-channels.scm')
-rw-r--r--20200503-channels.scm12
1 files changed, 12 insertions, 0 deletions
diff --git a/20200503-channels.scm b/20200503-channels.scm
new file mode 100644
index 0000000..f641756
--- /dev/null
+++ b/20200503-channels.scm
@@ -0,0 +1,12 @@
+;; This channel is needed for BNW at a minimum. Later commits include a
+;; 'core-update' merge which breaks some of the dependencies.
+
+(list
+ (channel
+ (name 'gn-bioinformatics)
+ (url "https://gitlab.com/genenetwork/guix-bioinformatics")
+ (commit "5390e28c3308d0f9ce7ee2b96c9c4f31e3a7861b"))
+ (channel
+ (name 'guix)
+ (url "https://git.savannah.gnu.org/git/guix.git")
+ (commit "8a0b02c248a9877812cce29641bb1843cb77ea19")))