[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Remove unused module import from (gnu packag
From: |
guix-commits |
Subject: |
branch master updated: gnu: Remove unused module import from (gnu packages linux). |
Date: |
Thu, 23 Dec 2021 12:06:33 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1824884 gnu: Remove unused module import from (gnu packages linux).
1824884 is described below
commit 18248844ea36a1f9d5975c4b06f43665d3c81d96
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Dec 23 11:59:26 2021 -0500
gnu: Remove unused module import from (gnu packages linux).
This caused an ambiguous import warning:
------
WARNING: (gnu packages linux): `build' imported from both (gnu packages
build-tools) and (guix store)
------
This is a followup to commit 6961c8368c66feef1fe5e7f4d425b857c1051948.
* gnu/packages/linux.scm: Do not import (gnu packages build-tools).
---
gnu/packages/linux.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 27ec9fa..f008aa2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -88,7 +88,6 @@
#:use-module (gnu packages bash)
#:use-module (gnu packages bison)
#:use-module (gnu packages boost)
- #:use-module (gnu packages build-tools)
#:use-module (gnu packages calendar)
#:use-module (gnu packages check)
#:use-module (gnu packages cpio)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Remove unused module import from (gnu packages linux).,
guix-commits <=