diff options
author | BonfaceKilz | 2020-12-03 01:33:58 +0300 |
---|---|---|
committer | Gitea | 2020-12-04 02:39:17 -0600 |
commit | 8909e4d885705add041110f3586e58c3b141a5fd (patch) | |
tree | 59d44c88480e1da95653fd5db631919cabce057d /gn/packages/genenetwork.scm | |
parent | 3bd06f793ad0a78c1374277710c930ee5f735b56 (diff) | |
download | guix-bioinformatics-8909e4d885705add041110f3586e58c3b141a5fd.tar.gz |
gn: python3-genenetwork2: Add package link in generated deps file
* gn/packages/genenetwork.scm (python3-genenetwork2):
[arguments]{generate-dependency-file}: Add link to "genenetwork.scm" file.
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 24e3732..91aeeb8 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -506,13 +506,18 @@ Graphical Fragment Assembly} files and related formats.") (lambda (port) (format port " -#### System Inputs (generated from ~a package ~a) +#### System Inputs (generated from ~a package defined in ~a) |Name | Description | |-----|-------------| ~a " ,(package-name this-package) - ,(package-version this-package) + (string-append + "[genenetwork.scm]" + "(http://git.genenetwork.org/" + "guix-bioinformatics/guix-bioinformatics" + "/src/branch/master/gn/packages/" + "genenetwork.scm)") ,(apply string-append (map |