inferior: Change to use the (guix repl) module.
Rather than (guix scripts repl), from which the machine-repl procedure was
removed in [1].
1: 92a4087bf4
* guix/inferior.scm (inferior-pipe): Load (guix repl) rather than (guix
scripts repl).
This commit is contained in:
parent
18edc9db02
commit
2cd599f005
|
@ -136,8 +136,8 @@ it's an old Guix."
|
|||
(object->string
|
||||
`(begin
|
||||
(primitive-load ,(search-path %load-path
|
||||
"guix/scripts/repl.scm"))
|
||||
((@ (guix scripts repl) machine-repl))))))
|
||||
"guix/repl.scm"))
|
||||
((@ (guix repl) machine-repl))))))
|
||||
pipe)))
|
||||
|
||||
(define* (port->inferior pipe #:optional (close close-port))
|
||||
|
|
Loading…
Reference in New Issue