diff options
author | Leo Famulari <leo@famulari.name> | 2021-12-23 11:59:26 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-12-23 12:06:12 -0500 |
commit | 18248844ea36a1f9d5975c4b06f43665d3c81d96 (patch) | |
tree | f012bb9f9cd58b46c55a460dad886ea192e1f75d /gnu | |
parent | 01477bce71e371ab552286131b9b96671d7b16cf (diff) | |
download | guix-18248844ea36a1f9d5975c4b06f43665d3c81d96.tar.gz |
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).
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 27ec9fa82e..f008aa24f7 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) |