all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sergei Trofimovich <slyfox@inbox.ru>
To: 26843@debbugs.gnu.org
Subject: bug#26843: [PATCH 3/3] gnu: sbcl: Add missing module imports
Date: Mon,  8 May 2017 20:55:49 +0100	[thread overview]
Message-ID: <20170508195549.23372-4-slyfox@inbox.ru> (raw)
In-Reply-To: <20170508195549.23372-1-slyfox@inbox.ru>

* 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

  parent reply	other threads:[~2017-05-08 19:57 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-08 19:55 bug#26841: [PATCH 0/3] core-updates: more fixes for missing dependencies for %modify-phases Sergei Trofimovich
2017-05-08 19:55 ` bug#26842: [PATCH 1/3] gnu: zip: add missing '#:modules' imports Sergei Trofimovich
2017-05-11 19:53   ` Kei Kebreau
2017-05-08 19:55 ` bug#26840: [PATCH 2/3] gnu: go-1.4: Add missing module imports Sergei Trofimovich
2017-05-11 19:57   ` Kei Kebreau
2017-05-11 21:06     ` Danny Milosavljevic
2017-05-11 21:25       ` Kei Kebreau
2017-05-11 21:28       ` Leo Famulari
2017-05-11 22:19         ` Marius Bakke
2017-05-11 22:29           ` Danny Milosavljevic
2017-05-12  4:26             ` Leo Famulari
2017-05-12 21:52     ` Ludovic Courtès
2017-05-12 23:05       ` Kei Kebreau
2017-05-13 13:08         ` Ludovic Courtès
2017-05-08 19:55 ` Sergei Trofimovich [this message]
2017-05-09 15:53 ` bug#26841: [PATCH 0/3] core-updates: more fixes for missing dependencies for %modify-phases Danny Milosavljevic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170508195549.23372-4-slyfox@inbox.ru \
    --to=slyfox@inbox.ru \
    --cc=26843@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.