diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-07-12 21:56:22 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-07-12 22:47:08 +0200 |
commit | c1629416d89b187b1f37ed0c834570846f8a087a (patch) | |
tree | 51c580a6e1a22f130dd276df458515b3df87c023 /gnu | |
parent | 66a35ceb43f53c3f3e363714c9a6a402f243670d (diff) | |
download | guix-c1629416d89b187b1f37ed0c834570846f8a087a.tar guix-c1629416d89b187b1f37ed0c834570846f8a087a.tar.gz |
gnu: Remove unneeded 'imported-modules' fields for 'origin'.
* gnu/packages/engineering.scm (fastcap)[source](modules,
imported-modules): Remove.
* gnu/packages/wm.scm (awesome)[source](imported-modules): Remove.
* tests/packages.scm ("package-source-derivation, snippet"): Remove
'imported-modules' field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/engineering.scm | 4 | ||||
-rw-r--r-- | gnu/packages/wm.scm | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index a045bf2a55..9066386646 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -229,10 +229,6 @@ optimizer; and it can produce photorealistic and design review images.") (snippet ;; Remove a non-free file. '(delete-file "doc/psfig.sty")) - (modules '((guix build utils) - (guix build download) - (guix ftp-client))) - (imported-modules modules) (patches (search-patches "fastcap-mulSetup.patch" "fastcap-mulGlobal.patch")))) (build-system gnu-build-system) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index f385d2b4fb..790c74bbfd 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -393,7 +393,6 @@ experience.") "1m910lr7wkw2dgzmirfvz7dasfswhhccdf65l21iiciv24c3w1bb")) (modules '((guix build utils) (srfi srfi-19))) - (imported-modules '((guix build utils))) (snippet ;; Remove non-reproducible timestamp and use the date of the ;; source file instead. |