guix-commits
[Top][All Lists]
Advanced

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

27/67: slime-swank (FIX)


From: Pierre Neidhardt
Subject: 27/67: slime-swank (FIX)
Date: Wed, 17 Oct 2018 04:20:16 -0400 (EDT)

ambrevar pushed a commit to branch wip-next-browser2
in repository guix.

commit 2c47b886e83a21a095ffdbac09b0d2cf93933196
Author: Pierre Neidhardt <address@hidden>
Date:   Mon Oct 1 15:27:08 2018 +0200

    slime-swank (FIX)
---
 gnu/packages/lisp.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index cdc4ea0..485dd23 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -2227,12 +2227,18 @@ writing code that contains string literals that contain 
code themselves.")
         (base32
          ;; "065bc4y6iskazdfwlhgcjlzg9bi2hyjbhmyjw3461506pgkj08vi"
          "0pkmg94wn4ii1zhlrncn44mdc5i6c5v0i9gbldx4dwl2yy7ibz5c"))
+       (modules '((guix build utils)))
        (snippet
         '(begin
            (substitute* "contrib/swank-listener-hooks.lisp"
              ((":compile-toplevel :load-toplevel ") ""))
            (substitute* "contrib/swank-presentations.lisp"
              ((":compile-toplevel :load-toplevel ") ""))
+           (substitute* "swank.asd"
+             ((":file \"packages\".*" all)
+              (string-append all "(:file \"swank-loader-asdf\")\n")))
+           (substitute* "swank-loader-asdf.lisp"
+             ((":common-lisp" all) (string-append all " #:asdf")))
            #t))))
     (build-system asdf-build-system/sbcl)
     (arguments



reply via email to

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