all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob ab4dfdd7932bf7f9fdc49df18e8b8158e21a5ed2 1218 bytes (raw)
name: gnu/packages/patches/ciel-repl.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
The standard CIEL REPL includes Quicklisp. We remove it for packaging
with Guix.

The default Quicklisp-based build procedure removes one dependency
relation from the system definition for ciel/repl and replaces it by
an explicit load command using Quicklisp, as a workaround to some build
issue. Fortunately we don't have this issue with Guix, so we go back
to letting ASDF manage this dependency relation.

--- a/repl.lisp
+++ b/repl.lisp
@@ -1,8 +1,5 @@
 ;; #!/usr/bin/sbcl --script
-(load "~/quicklisp/setup")
 
-(let ((*standard-output* (make-broadcast-stream)))
-  (ql:quickload "cl-readline"))
 (uiop:define-package :sbcli
   (:use :common-lisp :trivial-package-local-nicknames)
   (:import-from :magic-ed
--- a/ciel.asd
+++ b/ciel.asd
@@ -179,7 +179,7 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (asdf:defsystem "ciel/repl"
   :description "readline REPL for CIEL with quality of life improvements."
-  :depends-on (;; :ciel  ;; let's avoid, it could run side effects twice (like a defparameter set then reset).
+  :depends-on (:ciel
                ;; deps
                :cl-readline
                :lisp-critic  ;; it would be nice to integrate it with Slime.

debug log:

solving ab4dfdd793 ...
found ab4dfdd793 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

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.