~ruther/guix-local

cf0a154c4105abf42824007848f4e319ce23f987 — Mark H Weaver 11 years ago 7cd802f
gnu: gawk: Fix target-system check.

* gnu/packages/gawk.scm (gawk): Fix target-system check.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gawk.scm
M gnu/packages/gawk.scm => gnu/packages/gawk.scm +2 -2
@@ 1,6 1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
;;;
;;; This file is part of GNU Guix.
;;;


@@ 59,7 59,7 @@

                    ;; XXX FIXME prerelease libtool fails on MIPS in the
                    ;; absence of /usr/bin/file.
                    ,@(if (equal? "mips64el-linux" (or (%current-target-system)
                    ,@(if (string-prefix? "mips64" (or (%current-target-system)
                                                       (%current-system)))
                          '((substitute* "extension/configure"
                              (("/usr/bin/file") (which "file"))))