summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Straw <evan.straw99@gmail.com>2020-01-15 23:06:34 -0800
committerLudovic Courtès <ludo@gnu.org>2020-02-05 00:21:27 +0100
commitf08345225deb74f839392bf9476dbda45a6aca43 (patch)
treeea143031625f1ca5c7355d81fc4ae5ee44f60b33
parent65e15bd902f4dd6a3a1f6a87882ba73fac44defa (diff)
downloadpatches-f08345225deb74f839392bf9476dbda45a6aca43.tar
patches-f08345225deb74f839392bf9476dbda45a6aca43.tar.gz
gnu: liquid-dsp: Remove unused module imports.
* gnu/packages/sdr.scm (liquid-dsp): Remove unused module imports. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/packages/sdr.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/sdr.scm b/gnu/packages/sdr.scm
index f6c9050503..563a9b3887 100644
--- a/gnu/packages/sdr.scm
+++ b/gnu/packages/sdr.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 Christopher Howard <christopher@librehacker.com>
+;;; Copyright © 2019, 2020 Evan Straw <evan.straw99@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -19,11 +20,9 @@
(define-module (gnu packages sdr)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages)
- #:use-module (guix utils)
#:use-module (guix download)
#:use-module (guix git-download)
#:use-module (guix build-system gnu)
- #:use-module (gnu packages)
#:use-module (gnu packages algebra)
#:use-module (gnu packages autotools))