Ludovic Courtès writes: >> gnu: guix: Do not copy bootstrap-guile when cross-compiling. >> >> * gnu/packages/package-management.scm (guix)[arguments]: When >> cross-compiling, >> skip copy-bootstrap-guile phase; needed for tests only. ... >> - (add-before 'check 'copy-bootstrap-guile >> + ,@(if (%current-target-system) >> + '() >> + `((add-before 'check 'copy-bootstrap-guile >> (lambda* (#:key system inputs #:allow-other-keys) > > Perhaps it would be clearer by avoiding the unquote-splicing dance: > > (lambda* (#:key system target inputs #:allow-other-keys) > (unless target > …) > #t)
Ah, yes. No need to be careful not to trigger a rebuild. > Otherwise LGTM! Thanks, pushed to core-updates. janneke -- Jan Nieuwenhuizen <[email protected]> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com
