diff options
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/riscv.scm | 4 |
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 |