guix-patches
[Top][All Lists]
Advanced

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

bug#26843: [PATCH 3/3] gnu: sbcl: Add missing module imports


From: Sergei Trofimovich
Subject: bug#26843: [PATCH 3/3] gnu: sbcl: Add missing module imports
Date: Mon, 8 May 2017 20:55:49 +0100

* gnu/packages/lisp.scm (sbck): Add missing modules to
  %modify-phases call.
---
 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 2bbe39807..889073edb 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -284,7 +284,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
-- 
2.12.2






reply via email to

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