diff options
Diffstat (limited to 'gnu/packages/chez.scm')
| -rw-r--r-- | gnu/packages/chez.scm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm index e5694ec1cf2..3f53beac1a7 100644 --- a/gnu/packages/chez.scm +++ b/gnu/packages/chez.scm | |||
| @@ -691,13 +691,7 @@ source."))) | |||
| 691 | #~(invoke | 691 | #~(invoke |
| 692 | (search-input-file (or native-inputs inputs) | 692 | (search-input-file (or native-inputs inputs) |
| 693 | "/opt/racket-vm/bin/racket") | 693 | "/opt/racket-vm/bin/racket") |
| 694 | "../rktboot/main.rkt" | 694 | "../rktboot/main.rkt")))))))))) |
| 695 | ;; Temporary handling of builds on non-x86 architectures, | ||
| 696 | ;; see https://github.com/racket/racket/issues/3948 | ||
| 697 | ;; Autodetect in rktboot only addresses x86 archs, so far. | ||
| 698 | #$@(let ((m (or (racket-cs-native-supported-system?) | ||
| 699 | (nix-system->pbarch-machine-type)))) | ||
| 700 | #~("--machine" #$m)))))))))))) | ||
| 701 | (supported-systems | 695 | (supported-systems |
| 702 | (package-supported-systems chez-scheme-for-racket)) | 696 | (package-supported-systems chez-scheme-for-racket)) |
| 703 | (home-page "https://github.com/racket/ChezScheme") | 697 | (home-page "https://github.com/racket/ChezScheme") |
