diff options
author | Arun Isaac | 2022-04-01 16:36:47 +0530 |
---|---|---|
committer | Arun Isaac | 2022-04-01 16:37:57 +0530 |
commit | ee118d7a5d56e52c360c3730bde818d61cacbceb (patch) | |
tree | 1db247398f5418f2e978e9060ab8ae7f402b7019 | |
parent | 74a445eec91c7294769f0233d62588f4a179e983 (diff) | |
download | guix-bioinformatics-ee118d7a5d56e52c360c3730bde818d61cacbceb.tar.gz |
gn: wfmash-static: Set name to wfmash-static.
* gn/packages/static.scm (wfmash-static)[name]: Set to wfmash-static.
-rw-r--r-- | gn/packages/static.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/static.scm b/gn/packages/static.scm index 3b0d913..d2d3b6b 100644 --- a/gn/packages/static.scm +++ b/gn/packages/static.scm @@ -42,6 +42,7 @@ (define-public wfmash-static (package (inherit wfmash) + (name "wfmash-static") (arguments (substitute-keyword-arguments (package-arguments wfmash) ((#:configure-flags flags ''()) |