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.
This commit is contained in:
parent
66a35ceb43
commit
c1629416d8
|
@ -229,10 +229,6 @@ optimizer; and it can produce photorealistic and design review images.")
|
||||||
(snippet
|
(snippet
|
||||||
;; Remove a non-free file.
|
;; Remove a non-free file.
|
||||||
'(delete-file "doc/psfig.sty"))
|
'(delete-file "doc/psfig.sty"))
|
||||||
(modules '((guix build utils)
|
|
||||||
(guix build download)
|
|
||||||
(guix ftp-client)))
|
|
||||||
(imported-modules modules)
|
|
||||||
(patches (search-patches "fastcap-mulSetup.patch"
|
(patches (search-patches "fastcap-mulSetup.patch"
|
||||||
"fastcap-mulGlobal.patch"))))
|
"fastcap-mulGlobal.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
|
@ -393,7 +393,6 @@ experience.")
|
||||||
"1m910lr7wkw2dgzmirfvz7dasfswhhccdf65l21iiciv24c3w1bb"))
|
"1m910lr7wkw2dgzmirfvz7dasfswhhccdf65l21iiciv24c3w1bb"))
|
||||||
(modules '((guix build utils)
|
(modules '((guix build utils)
|
||||||
(srfi srfi-19)))
|
(srfi srfi-19)))
|
||||||
(imported-modules '((guix build utils)))
|
|
||||||
(snippet
|
(snippet
|
||||||
;; Remove non-reproducible timestamp and use the date of the
|
;; Remove non-reproducible timestamp and use the date of the
|
||||||
;; source file instead.
|
;; source file instead.
|
||||||
|
|
|
@ -335,7 +335,6 @@
|
||||||
("patch" ,%bootstrap-coreutils&co)))
|
("patch" ,%bootstrap-coreutils&co)))
|
||||||
(patch-guile %bootstrap-guile)
|
(patch-guile %bootstrap-guile)
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(imported-modules modules)
|
|
||||||
(snippet '(begin
|
(snippet '(begin
|
||||||
;; We end up in 'bin', because it's the first
|
;; We end up in 'bin', because it's the first
|
||||||
;; directory, alphabetically. Not a very good
|
;; directory, alphabetically. Not a very good
|
||||||
|
|
Loading…
Reference in New Issue