mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -136,8 +136,8 @@ (define (inferior-pipe directory command)
|
|||
(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 a new issue