guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/08: gnu: Remove unneeded uses of #:imported-modules.


From: Ludovic Courtès
Subject: 05/08: gnu: Remove unneeded uses of #:imported-modules.
Date: Wed, 01 Apr 2015 15:11:15 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit 8f3c3e84c2af8185483119adbdaebc253f149dfb
Author: Ludovic Courtès <address@hidden>
Date:   Wed Apr 1 15:39:47 2015 +0200

    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.
---
 gnu/packages/certs.scm    |    2 --
 gnu/packages/gnuzilla.scm |    4 +---
 gnu/packages/texlive.scm  |    2 --
 gnu/packages/xfce.scm     |    3 ---
 4 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm
index db89466..947d2b5 100644
--- a/gnu/packages/certs.scm
+++ b/gnu/packages/certs.scm
@@ -85,8 +85,6 @@
                   (rnrs io ports)
                   (srfi srfi-26)
                   (ice-9 regex))
-       #:imported-modules ((guix build gnu-build-system)
-                           (guix build utils))
        #:phases
          (alist-cons-after
            'unpack 'install
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 1e9deb8..70b03b4 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013, 2015 Andreas Enge <address@hidden>
-;;; Copyright © 2013, 2014 Ludovic Courtès <address@hidden>
+;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2015 Sou Bunnbu <address@hidden>
 ;;;
@@ -153,8 +153,6 @@ in the Mozilla clients.")
                   (ice-9 ftw)
                   (ice-9 match)
                   (srfi srfi-26))
-       #:imported-modules ((guix build gnu-build-system)
-                           (guix build utils))
        #:phases
        (alist-replace
         'configure
diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm
index 56149ab..14ee9c3 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
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index a08f004..b39b903 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -569,9 +569,6 @@ on your desktop.")
                   (guix build glib-or-gtk-build-system)
                   (guix build utils)
                   (srfi srfi-26))
-       #:imported-modules ((guix build gnu-build-system)
-                           (guix build glib-or-gtk-build-system)
-                           (guix build utils))
        #:phases
        (alist-replace
         'install



reply via email to

[Prev in Thread] Current Thread [Next in Thread]