diff options
author | Manolis Ragkousis <manolis837@gmail.com> | 2014-09-27 22:43:21 +0300 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-09-28 11:53:20 +0200 |
commit | 29a61bd0a5ed384bb73fe1e44f856fc0c1f04727 (patch) | |
tree | 0a3dd9f9efe389488c94a80918fc6594470f4a11 /gnu/packages | |
parent | 47e225cde8039f465365a997c3c5eaf6093b2e64 (diff) | |
download | guix-29a61bd0a5ed384bb73fe1e44f856fc0c1f04727.tar.gz guix-29a61bd0a5ed384bb73fe1e44f856fc0c1f04727.zip |
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')
-rw-r--r-- | gnu/packages/hurd.scm | 2 |
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") |