gnu: Remove unneeded uses of #:imported-modules.

* gnu/packages/certs.scm (nss-certs)[arguments]: Remove
  #:imported-modules.
* gnu/packages/gnuzilla.scm (nss)[arguments]: Likewise.
* gnu/packages/texlive.scm (texlive-texmf)[arguments]: Likewise.
* gnu/packages/xfce.scm (xfce)[arguments]: Likewise.
master
Ludovic Courtès 2015-04-01 15:39:47 +02:00
parent bb42c78a23
commit 8f3c3e84c2
4 changed files with 1 additions and 10 deletions

View File

@ -85,8 +85,6 @@
(rnrs io ports) (rnrs io ports)
(srfi srfi-26) (srfi srfi-26)
(ice-9 regex)) (ice-9 regex))
#:imported-modules ((guix build gnu-build-system)
(guix build utils))
#:phases #:phases
(alist-cons-after (alist-cons-after
'unpack 'install 'unpack 'install

View File

@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com> ;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
;;; ;;;
@ -153,8 +153,6 @@ in the Mozilla clients.")
(ice-9 ftw) (ice-9 ftw)
(ice-9 match) (ice-9 match)
(srfi srfi-26)) (srfi srfi-26))
#:imported-modules ((guix build gnu-build-system)
(guix build utils))
#:phases #:phases
(alist-replace (alist-replace
'configure 'configure

View File

@ -176,8 +176,6 @@ This package contains the binaries.")
`(#:modules ((guix build gnu-build-system) `(#:modules ((guix build gnu-build-system)
(guix build utils) (guix build utils)
(srfi srfi-26)) (srfi srfi-26))
#:imported-modules ((guix build gnu-build-system)
(guix build utils))
#:phases #:phases
(alist-cons-before (alist-cons-before
'texmf-config 'install 'texmf-config 'install

View File

@ -569,9 +569,6 @@ on your desktop.")
(guix build glib-or-gtk-build-system) (guix build glib-or-gtk-build-system)
(guix build utils) (guix build utils)
(srfi srfi-26)) (srfi srfi-26))
#:imported-modules ((guix build gnu-build-system)
(guix build glib-or-gtk-build-system)
(guix build utils))
#:phases #:phases
(alist-replace (alist-replace
'install 'install