diff options
author | Frederick Muriuki Muriithi | 2023-08-16 06:04:26 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-08-16 06:04:26 +0300 |
commit | 59dc1a94f48899329bcd653df06129b937b06fb7 (patch) | |
tree | 5d4d3044a49cb32ee380aaa7a09ff19282664454 /.guix-channel | |
parent | 784d177cfecd55a5162f4ac249207970a5911b3c (diff) | |
download | gn-auth-59dc1a94f48899329bcd653df06129b937b06fb7.tar.gz |
Add `guix-bioinformatics` and `guix-past` as channel dependencies.
Diffstat (limited to '.guix-channel')
-rw-r--r-- | .guix-channel | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/.guix-channel b/.guix-channel index 9ef7a67..5a959ab 100644 --- a/.guix-channel +++ b/.guix-channel @@ -1,3 +1,21 @@ (channel (version 0) - (directory ".guix/modules"))
\ No newline at end of file + (directory ".guix/modules") + (dependencies + (channel + (name guix-bioinformatics) + (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. + (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")))))) |