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>
master
Sergei Trofimovich 2017-05-08 20:55:49 +01:00 committed by Danny Milosavljevic
parent 1d698a8ba6
commit f0b7dc7ede
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 4 additions and 1 deletions

View File

@ -283,7 +283,10 @@ an interpreter, a compiler, a debugger, and much more.")
("texlive" ,texlive)
("texinfo" ,texinfo)))
(arguments
'(#:phases
'(#:modules ((guix build gnu-build-system)
(guix build utils)
(srfi srfi-1))
#:phases
(modify-phases %standard-phases
(delete 'configure)
(add-before 'build 'patch-unix-tool-paths