~ruther/guix-local

29a61bd0a5ed384bb73fe1e44f856fc0c1f04727 — Manolis Ragkousis 11 years ago 47e225c
gnu: hurd-headers: Use --build instead of --host.

* gnu/packages/hurd.scm (hurd-headers): Replace '--host' with
  '--build'.

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

M gnu/packages/hurd.scm
M gnu/packages/hurd.scm => gnu/packages/hurd.scm +1 -1
@@ 116,7 116,7 @@ communication.")

       #:configure-flags '(;; Pretend we're on GNU/Hurd; 'configure' wants
                           ;; that.
                           "--host=i686-pc-gnu"
                           "--build=i686-pc-gnu"

                           ;; Reduce set of dependencies.
                           "--without-parted")