gnu: hurd: Fix building libdde_linux26.

* gnu/packages/hurd.scm (hurd)[arguments]: In phases `build-libdde-linux' and
`install-goodies', also set ARCH=x86.

Change-Id: I2e7f14afda03c9e21ba9c3b24e195a00ae141701
This commit is contained in:
Janneke Nieuwenhuizen 2024-01-19 14:51:24 +01:00 committed by Ludovic Courtès
parent 41e01a1224
commit cc2e13baec
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -473,7 +473,8 @@ (define-public hurd
(assoc-ref (or native-inputs inputs) "bash")
"/bin/bash")
(string-append "CC="
,(cc-for-target)))))
,(cc-for-target))
"ARCH=x86")))
(add-after 'install 'install-goodies
(lambda* (#:key inputs native-inputs outputs #:allow-other-keys)
;; Install additional goodies.
@ -489,7 +490,8 @@ (define-public hurd
"/bin/bash")
(string-append "INSTALLDIR="
out
"/share/libdde_linux26/build/include"))
"/share/libdde_linux26/build/include")
"ARCH=x86")
;; Install the fancy UTF-8 motd.
(mkdir-p (string-append out "/etc"))
(copy-file "console/motd.UTF8"