aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/riscv.scm
diff options
context:
space:
mode:
authorArun Isaac2022-03-29 00:43:53 +0530
committerArun Isaac2022-03-29 00:43:53 +0530
commit7cbb463281d2aff8184f8c7689d1cfcb622de51c (patch)
treedf41bd718503cb63e1b364974926017cf94d0e44 /gn/packages/riscv.scm
parent60606a73f685337545c052d5a01ee3ed3d4c58e6 (diff)
downloadguix-bioinformatics-7cbb463281d2aff8184f8c7689d1cfcb622de51c.tar.gz
gn: hello-static: Set name to hello-static.
* gn/packages/riscv.scm (hello-static)[name]: Set to hello-static.
Diffstat (limited to 'gn/packages/riscv.scm')
-rw-r--r--gn/packages/riscv.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gn/packages/riscv.scm b/gn/packages/riscv.scm
index 2c4863a..4c40429 100644
--- a/gn/packages/riscv.scm
+++ b/gn/packages/riscv.scm
@@ -27,7 +27,9 @@
;; Static hello, for testing
(define hello-static
- (static-package hello))
+ (package
+ (inherit (static-package hello))
+ (name "hello-static")))
;; Improvements to riscv support have been merged since the last release.
(define-public atomic-queue-git