summaryrefslogtreecommitdiff
path: root/gnu/packages/hurd.scm
diff options
context:
space:
mode:
authorManolis Ragkousis <manolis837@gmail.com>2014-09-27 22:43:21 +0300
committerLudovic Courtès <ludo@gnu.org>2014-09-28 11:53:20 +0200
commit29a61bd0a5ed384bb73fe1e44f856fc0c1f04727 (patch)
tree0a3dd9f9efe389488c94a80918fc6594470f4a11 /gnu/packages/hurd.scm
parent47e225cde8039f465365a997c3c5eaf6093b2e64 (diff)
downloadguix-patches-29a61bd0a5ed384bb73fe1e44f856fc0c1f04727.tar
guix-patches-29a61bd0a5ed384bb73fe1e44f856fc0c1f04727.tar.gz
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>
Diffstat (limited to 'gnu/packages/hurd.scm')
-rw-r--r--gnu/packages/hurd.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index f1e7dbc9dc..aed6f66da5 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -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")