Skip to content
Snippets Groups Projects
Unverified Commit f0b7dc7e authored by Sergei Trofimovich's avatar Sergei Trofimovich Committed by Danny Milosavljevic
Browse files

gnu: sbcl: Add missing '#:modules' imports.

Fixes <https://bugs.gnu.org/26843

>.

* gnu/packages/lisp.scm (sbcl): Add missing '#:modules' imports.

Signed-off-by: default avatarDanny Milosavljevic <dannym@scratchpost.org>
parent 1d698a8b
No related branches found
No related tags found
No related merge requests found
...@@ -283,7 +283,10 @@ (define-public sbcl ...@@ -283,7 +283,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment