diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-04-01 15:39:47 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-04-01 15:39:47 +0200 |
commit | 8f3c3e84c2af8185483119adbdaebc253f149dfb (patch) | |
tree | 3e37da96bfa15ad29d6cf1691405d1624bf9ee48 /gnu/packages/texlive.scm | |
parent | bb42c78a23a96ef79c2b5e3b98c55eef53eac9fe (diff) | |
download | patches-8f3c3e84c2af8185483119adbdaebc253f149dfb.tar patches-8f3c3e84c2af8185483119adbdaebc253f149dfb.tar.gz |
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.
Diffstat (limited to 'gnu/packages/texlive.scm')
-rw-r--r-- | gnu/packages/texlive.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm index 56149ab58e..14ee9c37ad 100644 --- a/gnu/packages/texlive.scm +++ b/gnu/packages/texlive.scm @@ -176,8 +176,6 @@ This package contains the binaries.") `(#:modules ((guix build gnu-build-system) (guix build utils) (srfi srfi-26)) - #:imported-modules ((guix build gnu-build-system) - (guix build utils)) #:phases (alist-cons-before 'texmf-config 'install |