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
							
								
									1d698a8ba6
								
							
						
					
					
						commit
						f0b7dc7ede
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue