From 7cbb463281d2aff8184f8c7689d1cfcb622de51c Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 29 Mar 2022 00:43:53 +0530 Subject: gn: hello-static: Set name to hello-static. * gn/packages/riscv.scm (hello-static)[name]: Set to hello-static. --- gn/packages/riscv.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gn/packages/riscv.scm') 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 -- cgit v1.2.3