about summary refs log tree commit diff
diff options
context:
space:
mode:
-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