HACK compile-as-derivation: build #:system "i586-gnu".

See https://logs.guix.gnu.org/guix/2023-11-27.log#121853

Change-Id: Idbcd6eadc0086c5813bb19d554d6b5bc87d5843d
This commit is contained in:
Janneke Nieuwenhuizen 2023-11-29 17:11:21 +01:00
parent 3daa7ddb79
commit 4e14b15ba7
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@
(mlet* %store-monad ((source (interned-file source "guix-source"
#:select? git?
#:recursive? #t))
(drv (build source #:pull-version 1)))
(drv (build source #:pull-version 1
#:system "i586-gnu")))
(mbegin %store-monad
(show-what-to-build* (list drv))
(built-derivations (list drv))