ambrevar pushed a commit to branch wip-next-browser
in repository guix.
commit 7176f4444a7c22c497b8c3ab61c38af22e5de2cf
Author: Pierre Neidhardt <[email protected]>
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 ed0de4e..336572c 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -2143,12 +2143,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