From 37d28d77478aa3a994022be857330630fdb9ecfd Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 27 May 2020 07:04:14 +0000 Subject: 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. --- 20200503-channels.scm | 12 ++++++++++++ run_bnw.sh | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 20200503-channels.scm 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"))) diff --git a/run_bnw.sh b/run_bnw.sh index 3c56175..6c9e102 100755 --- a/run_bnw.sh +++ b/run_bnw.sh @@ -1,2 +1,2 @@ #!/bin/sh -$(/var/guix/profiles/per-user/shepherd/current-guix/bin/guix system container /home/shepherd/guix-bioinformatics/gn/services/bnw-container.scm --share=/home/shepherd/logs/bnw-server=/var/log --network) +$(/var/guix/profiles/per-user/shepherd/20200503/bin/guix system container /home/shepherd/guix-bioinformatics/gn/services/bnw-container.scm --share=/home/shepherd/logs/bnw-server=/var/log --network) -- cgit v1.2.3