From 0e1fe2432e10788a638bc201bdca2d356e1ad4a0 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 5 Jul 2020 04:10:28 -0500 Subject: gn: Use the guix-past channel. Adjust for python-2.4 being in the guix-past channel. --- README.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 5f49a2d..6f986c0 100644 --- a/README.org +++ b/README.org @@ -19,7 +19,7 @@ To easily use the packages from this repo, simply add it to your (cons* (channel (name 'gn-bioinformatics) - (url "https://git.genenetwork.org/pjotrp/guix-bioinformatics.git") + (url "https://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics.git") (branch "master")) %default-channels) #+END_SRC @@ -33,8 +33,9 @@ the GUIX_PACKAGE_PATH to point to the root of this directory before running Guix. E.g. #+BEGIN_SRC bash - git clone https://git.genenetwork.org/pjotrp/guix-bioinformatics.git - export GUIX_PACKAGE_PATH=$PWD/guix-bioinformatics/ + git clone https://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics.git + git clone https://gitlab.inria.fr/guix-hpc/guix-past.git + export GUIX_PACKAGE_PATH=$PWD/guix-bioinformatics/:$PWD/guix-past/modules guix package -A cwl #+END_SRC -- cgit v1.2.3