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:
parent
47e225cde8
commit
29a61bd0a5
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue