diff options
-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") |