janneke pushed a commit to branch wip-hurd-vm
in repository guix.

commit 219db43767fedd4a9e7c5b5474dc2e5c15e60e7d
Author: Jan (janneke) Nieuwenhuizen <[email protected]>
AuthorDate: Tue May 5 10:48:17 2020 +0200

    HACK: hurd-etc-service: apply target force
---
 gnu/services/hurd.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/services/hurd.scm b/gnu/services/hurd.scm
index dc1bb0a..171ed27 100644
--- a/gnu/services/hurd.scm
+++ b/gnu/services/hurd.scm
@@ -51,6 +51,7 @@ if [ -f \"$GUIX_PROFILE/etc/profile\" ]; then
   . \"$GUIX_PROFILE/etc/profile\"
 fi\n"))
          (target (pk "hurd-etc-services: target=" (%current-target-system)))
+         (target (or target (pk "  applying TARGETed force =>" "i586-pc-gnu")))
          (hurd (operating-system-hurd os))
          (hurd (if target
                    (with-parameters ((%current-target-system target))

Reply via email to