civodul pushed a commit to branch wip-hurd-vm
in repository guix.
commit d8aa86c1117b4ae843acfb0ee0a24fd680e850f7
Author: Ludovic Courtès <[email protected]>
AuthorDate: Mon Apr 6 14:44:40 2020 +0200
squash! DRAFT: gnu: hurd: Provide our own /libexec/rc script.
---
gnu/packages/hurd.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 479ff90..7c68d81 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -318,7 +318,9 @@ boot, since this cannot be done from GNU/Linux."
;; Return true if a translator is installed on NODE.
(with-output-to-port (%make-void-port "w")
(lambda ()
- (zero? (system* "showtrans" "-s" node)))))
+ (with-error-to-port (%make-void-port "w")
+ (lambda ()
+ (zero? (system* "showtrans" "-s" node)))))))
(for-each (match-lambda
((node command)