dyalog-apl: Use %default-gnu-imported-modules.
%gnu-build-system-modules is deprecated, so let us use %default-gnu-imported-modules instead as the warning suggests. * nongnu/packages/dyalog.scm (dyalog-apl)[arguments]<#:modules>: Use %default-gnu-imported-modules instead of %gnu-build-system-modules. Signed-off-by: Jelle Licht <jlicht@fsfe.org>
This commit is contained in:
parent
fe9e92c924
commit
e6b3bb87a4
|
@ -83,7 +83,7 @@
|
||||||
((guix elf) #:select (elf-segments parse-elf PT_INTERP))
|
((guix elf) #:select (elf-segments parse-elf PT_INTERP))
|
||||||
((ice-9 binary-ports) #:select (get-bytevector-n))
|
((ice-9 binary-ports) #:select (get-bytevector-n))
|
||||||
((srfi srfi-1) #:select (last))
|
((srfi srfi-1) #:select (last))
|
||||||
,@%gnu-build-system-modules)
|
,@%default-gnu-imported-modules)
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in New Issue
Block a user