diff options
| author | Munyoki Kilyungi | 2025-11-11 21:12:09 +0300 |
|---|---|---|
| committer | Munyoki Kilyungi | 2025-11-11 21:12:09 +0300 |
| commit | d192251f12e7b3f0b156969d54dabb699d8b1a0c (patch) | |
| tree | 251126139fc107e326afe3c5b59325bd3ce27cc0 | |
| parent | deee2c40453a1e74738a865afa1bf6b425b4fecf (diff) | |
| download | genenetwork3-d192251f12e7b3f0b156969d54dabb699d8b1a0c.tar.gz | |
Revert "Test build with only guix-bioinformatics."
This reverts commit deee2c40453a1e74738a865afa1bf6b425b4fecf.
| -rw-r--r-- | .guix-channel | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/.guix-channel b/.guix-channel index a4a1c3d..946bd8d 100644 --- a/.guix-channel +++ b/.guix-channel @@ -5,4 +5,26 @@ (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://codeberg.org/guix-science/guix-past") + (introduction + (channel-introduction + (version 0) + (commit "c3bc94ee752ec545e39c1b8a29f739405767b51c") + (signer + "3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5")))) + (channel + (name guix-rust-past-crates) + (url "https://codeberg.org/guix/guix-rust-past-crates.git") + (branch "trunk") + (introduction + (channel-introduction + (version 0) + (commit "b8b7ffbd1cec9f56f93fae4da3a74163bbc9c570") + (signer + "F4C2 D1DF 3FDE EA63 D1D3 0776 ACC6 6D09 CA52 8292")))))) |
