From 798e2adce714d8ed21092f558bebfb0d344b12dd Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 19 Nov 2024 12:24:12 -0600 Subject: Make repo a channel. Link to guix-bioinformatics. * .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 --- .guix-channel | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .guix-channel (limited to '.guix-channel') 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 -- cgit v1.2.3