guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Danny Milosavljevic
Subject: 03/03: gnu: sbcl: Add missing '#:modules' imports.
Date: Tue, 9 May 2017 11:52:46 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit f0b7dc7edea730e9648b58cc0e651678a843e490
Author: Sergei Trofimovich <address@hidden>
Date:   Mon May 8 20:55:49 2017 +0100

    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 <address@hidden>
---
 gnu/packages/lisp.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 43d9c9c..57d0191 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]