inferior: Set the error port when using older Guix versions.
authorChristopher Baines <mail@cbaines.net>
Wed, 2 Oct 2019 18:14:05 +0000 (19:14 +0100)
committerChristopher Baines <mail@cbaines.net>
Tue, 15 Oct 2019 18:01:50 +0000 (19:01 +0100)
commitef0c265438149691d980ce17f0c5aaea5e8f6b77
tree1d02764aa143e7c7219685ceeea19d528144cf39
parentf0428c18f85692f11ddd28fc12e949c420e971c9
inferior: Set the error port when using older Guix versions.

This makes the behaviour more consistent.

* guix/inferior.scm (inferior-pipe): Wrap the second open-pipe* call with
with-error-to-port, to match the first call to open-pipe*.
guix/inferior.scm