diff options
author | Frederick Muriuki Muriithi | 2024-11-19 12:24:12 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-19 12:47:34 -0600 |
commit | 798e2adce714d8ed21092f558bebfb0d344b12dd (patch) | |
tree | 7ce163fff3e99746d050fdf46cca4f26eabce8bb /.guix-channel | |
parent | 61868ebf68181f456fa59be2c638f1d57a83ac9d (diff) | |
download | gn-guile-main.tar.gz |
* .guix-channel: Specify this channel's details. Add
"guix-bioinformatics" channel as a dependency.
* .guix/modules/gn-guile.scm: Inherit package definition from the
guix-bioinformatics definition of this package.
* guix.scm: Symlink to .guix/modules/gn-guile.scm
Diffstat (limited to '.guix-channel')
-rw-r--r-- | .guix-channel | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.guix-channel b/.guix-channel new file mode 100644 index 0000000..6e0982a --- /dev/null +++ b/.guix-channel @@ -0,0 +1,8 @@ +(channel + (version 0) + (directory ".guix/modules") + (dependencies + (channel + (name guix-bioinformatics) + (url "https://git.genenetwork.org/guix-bioinformatics") + (branch "master"))))
\ No newline at end of file |