mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 20:57:12 -05:00
gnu: sbcl: Add missing '#:modules' imports.
Fixes <https://bugs.gnu.org/26843>. * gnu/packages/lisp.scm (sbcl): Add missing '#:modules' imports. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
bc81e6cae4
commit
a8f2544911
1 changed files with 4 additions and 1 deletions
|
@ -284,7 +284,10 @@ (define-public sbcl
|
||||||
("texlive" ,texlive)
|
("texlive" ,texlive)
|
||||||
("texinfo" ,texinfo)))
|
("texinfo" ,texinfo)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:modules ((guix build gnu-build-system)
|
||||||
|
(guix build utils)
|
||||||
|
(srfi srfi-1))
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
(add-before 'build 'patch-unix-tool-paths
|
(add-before 'build 'patch-unix-tool-paths
|
||||||
|
|
Loading…
Reference in a new issue