diff options
Diffstat (limited to '.guix-channel')
-rw-r--r-- | .guix-channel | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.guix-channel b/.guix-channel index 222b451..415ec74 100644 --- a/.guix-channel +++ b/.guix-channel @@ -6,7 +6,9 @@ (dependencies (channel (name guix-bioinformatics) - (url "https://gitlab.com/genenetwork/guix-bioinformatics.git")) + (url "https://gitlab.com/genenetwork/guix-bioinformatics.git") + (branch "master") + (commit "fb1e8dbcf7cc46fa9a09a431f6842d9290f6e819")) ;; FIXME: guix-bioinformatics depends on guix-past. So, there ;; should be no reason to explicitly depend on guix-past. But, the ;; channel does not build otherwise. This is probably a guix bug. |