diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-02-23 12:58:25 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-02-23 12:58:25 +0100 |
commit | 305b58c05c6e04e165489373b2ab3355b64afebf (patch) | |
tree | 77b04de7e8f63aef81172e0c9c8f4dc2d6da51bd /guix/scripts | |
parent | 561360a589d2bea0b01b38aa9049b8e69cfad2e7 (diff) | |
download | gnu-guix-305b58c05c6e04e165489373b2ab3355b64afebf.tar gnu-guix-305b58c05c6e04e165489373b2ab3355b64afebf.tar.gz |
refresh: Remove unneeded import.
Reported by Leo Famulari <leo@famulari.name>
and Ben Woodcroft <b.woodcroft@uq.edu.au>
at <http://bugs.gnu.org/22752>.
* guix/scripts/refresh.scm: Remove unneeded and harmful import of (guix
import gem).
Diffstat (limited to 'guix/scripts')
-rw-r--r-- | guix/scripts/refresh.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/guix/scripts/refresh.scm b/guix/scripts/refresh.scm index bb38f09688..9ddde2dbad 100644 --- a/guix/scripts/refresh.scm +++ b/guix/scripts/refresh.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org> ;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2015 Alex Kost <alezost@gmail.com> @@ -35,7 +35,6 @@ #:select (%gnu-updater %gnome-updater)) #:use-module (guix import elpa) #:use-module (guix import cran) - #:use-module (guix import gem) #:use-module (guix gnupg) #:use-module (gnu packages) #:use-module ((gnu packages commencement) #:select (%final-inputs)) |