~ruther/guix-local

9319d612cbf15f37e1e9a6398c9cbc1ca976a74c — Yelninei 5 months ago 9917197
utils: Actually check the target in target-hurd64?.

* guix/utils.scm (target-hurd64?): Check the target argument.

Change-Id: Ic303e7d6e8284767c2a55411c68c043c3d18c04f
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/utils.scm
M guix/utils.scm => guix/utils.scm +1 -1
@@ 747,7 747,7 @@ a character other than '@'."
(define* (target-hurd64? #:optional (target (or (%current-target-system)
                                                (%current-system))))
  "Does TARGET represent the 64bit GNU(/Hurd) system?"
  (and (target-hurd?)
  (and (target-hurd? target)
       (target-64bit? target)))

(define* (system-hurd64?)