me
/
guix
Archived
1
0
Fork 0

gnu: glibc-hurd-headers: Use correct "--host".

* gnu/packages/base.scm (glibc/hurd-headers)[arguments]: Use "i586-pc-gnu"
  instead of "i686-pc-gnu".
master
Manolis Ragkousis 2016-06-02 12:49:30 +03:00
parent 5d4d7a9aa9
commit aa81eb73ce
No known key found for this signature in database
GPG Key ID: 327C1EF38DF54C32
1 changed files with 1 additions and 1 deletions

View File

@ -825,7 +825,7 @@ command.")
;; We just pass the flags really needed to build the headers.
((#:configure-flags _)
`(list "--enable-add-ons"
"--host=i686-pc-gnu"
"--host=i586-pc-gnu"
"--enable-obsolete-rpc"))
((#:phases _)
'(alist-replace