aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-03-11 03:00:56 +0300
committerFrederick Muriuki Muriithi2024-03-11 03:00:56 +0300
commit2c8e3195a8e54e6e4b0b4cfce28abedea799c88a (patch)
tree975fc0caae2295a90014a8e4e92bb0834a7205c1 /.guix-channel
parent4df2e7a88e8b5fe9d6f0b27e3caf3e87951d756f (diff)
downloadgn-uploader-2c8e3195a8e54e6e4b0b4cfce28abedea799c88a.tar.gz
Add guix-past as a channel dependency
Diffstat (limited to '.guix-channel')
-rw-r--r--.guix-channel14
1 files changed, 13 insertions, 1 deletions
diff --git a/.guix-channel b/.guix-channel
index 26a9972..e8ea99d 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -6,4 +6,16 @@
(channel
(name guix-bioinformatics)
(url "https://git.genenetwork.org/guix-bioinformatics")
- (branch "master"))))
+ (branch "master"))
+ ;; 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.
+ (channel
+ (name guix-past)
+ (url "https://gitlab.inria.fr/guix-hpc/guix-past")
+ (introduction
+ (channel-introduction
+ (version 0)
+ (commit "0c119db2ea86a389769f4d2b9c6f5c41c027e336")
+ (signer
+ "3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5"))))))