guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: Remove unneeded import.


From: guix-commits
Subject: 03/05: gnu: Remove unneeded import.
Date: Mon, 17 May 2021 18:27:35 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8132a9fe73bdf8c4c355eba6e3982d4ff38bdbc6
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon May 17 23:41:00 2021 +0200

    gnu: Remove unneeded import.
    
    * gnu/packages/hurd.scm: Remove unneeded (gnu build hurd-boot) that was
    pulling in (system base compile).
---
 gnu/packages/hurd.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 47c7e17..59a7b55 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -31,7 +31,6 @@
   #:use-module (guix utils)
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system trivial)
-  #:use-module (gnu build hurd-boot)
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages flex)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]