@@ 75,8 75,8 @@ extensive examples, including parsers for the Javascript and C99 languages.")
`(("nyacc" ,nyacc)))
(native-inputs
`(("guile" ,guile-2.2)
- ,@(if (or (equal? (%current-system) "x86_64-linux")
- (string-prefix? (%current-target-system) "x86_64-linux"))
+ ,@(if (string-prefix? "x86_64-linux" (or (%current-target-system)
+ (%current-system)))
;; Use cross-compiler rather than #:system "i686-linux" to get
;; MesCC 64 bit .go files installed ready for use with Guile.
`(("i686-linux-binutils" ,(cross-binutils triplet))