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>
This commit is contained in:
Manolis Ragkousis 2014-09-27 22:43:21 +03:00 committed by Ludovic Courtès
parent 47e225cde8
commit 29a61bd0a5

View file

@ -116,7 +116,7 @@ (define-public hurd-headers
#: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")