From 05c78cacdd65d81344ab7ab4d0392d5fa67d0777 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 1 Apr 2022 15:30:16 +0530 Subject: gn: hello-static: Move to gn/packages/static.scm. * gn/packages/riscv.scm: Do not import (gnu packages base), (guix packages) and (guix build-system gnu). (hello-static): Move to gn/packages/static.scm. * gn/packages/static.scm: New file. --- gn/packages/riscv.scm | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'gn/packages/riscv.scm') diff --git a/gn/packages/riscv.scm b/gn/packages/riscv.scm index 9e63665..dd860db 100644 --- a/gn/packages/riscv.scm +++ b/gn/packages/riscv.scm @@ -10,18 +10,9 @@ ;;; (define-module (gn packages riscv) - #:use-module (gnu packages base) #:use-module (gnu packages cpp) #:use-module (guix git-download) - #:use-module (guix packages) - #:use-module (guix build-system gnu)) - - -;; Static hello, for testing -(define hello-static - (package - (inherit (static-package hello)) - (name "hello-static"))) + #:use-module (guix packages)) ;; Improvements to riscv support have been merged since the last release. (define-public atomic-queue-git -- cgit v1.2.3