aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/bioinformatics.scm
diff options
context:
space:
mode:
authorRoel Janssen2016-02-22 11:17:08 +0100
committerRoel Janssen2016-02-22 11:17:08 +0100
commit9aea3e8744c11a2f108165260aa8a59a1f346cdc (patch)
tree8da1239c2792c31c91a0909a17875ca198306264 /gn/packages/bioinformatics.scm
parent10e42d4dd2590dc6625bff974d5086fb2bd9ee8a (diff)
downloadguix-bioinformatics-9aea3e8744c11a2f108165260aa8a59a1f346cdc.tar.gz
Made it 'guix lint'-proof.
Diffstat (limited to 'gn/packages/bioinformatics.scm')
-rw-r--r--gn/packages/bioinformatics.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm
index 67096b0..098411e 100644
--- a/gn/packages/bioinformatics.scm
+++ b/gn/packages/bioinformatics.scm
@@ -277,7 +277,7 @@ association studies (GWAS).")
(uri (git-reference
(url "https://github.com/D-Programming-Language/tools.git")
(commit commit)))
- (file-name (string-append name "-" commit))
+ (file-name (string-append name "-" commit))
(sha256
(base32
"1pcx5lyqzrip86f4vv60x292rpvnwsq2hvl1znm9x9rn68f34m45"))))
@@ -303,9 +303,9 @@ association studies (GWAS).")
(synopsis "Tool for the D language which is used for compiling")
(description
"rdmd is a companion to the dmd compiler that simplifies the typical
-edit-compile-link-run or edit-make-run cycle to a rapid edit-run cycle. Like
+edit-compile-link-run or edit-make-run cycle to a rapid edit-run cycle. Like
make and other tools, rdmd uses the relative dates of the files involved to
-minimize the amount of work necessary. Unlike make, rdmd tracks dependencies
+minimize the amount of work necessary. Unlike make, rdmd tracks dependencies
and freshness without requiring additional information from the user.")
(license license:boost1.0))))