nixpkgs/pkgs/development/compilers/chicken/5
Daniel Nagy 6149d31915
chicken: enable cross-compilation
This allows the cross compilation of chicken in, at least, the following ways:

```sh
nix-build -A pkgsCross.aarch64-multiplatform.chicken
```

and

```sh
nix-build -A pkgsCross.raspberryPi.chicken
```

Building with clang on x86_64-linux has also been repaired.

Additionally, instead of reimplementing a version tester in the
`installCheckPhase`, this test has been pulled out into its own tester
attribute.

While two broken tests needed to be disabled, the functionality of static
building is not broken. Only the tests themselves seem not to be able to handle
the specification of absolute compiler paths.
2023-07-25 20:00:00 +02:00
..
chicken.nix chicken: enable cross-compilation 2023-07-25 20:00:00 +02:00
default.nix chickenPackages: Introduce overrides 2023-04-05 22:45:00 +02:00
deps.toml chickenPackages: update eggs 2023-07-18 18:45:00 +02:00
egg2nix.nix
eggDerivation.nix chicken: enable cross-compilation 2023-07-25 20:00:00 +02:00
overrides.nix chickenPackages: update 2023-06-15 22:30:00 +02:00
read-egg.scm chickenPackages: fixes and mark broken 2023-04-10 20:15:00 +02:00
setup-hook.sh
update.sh chickenPackages: update eggs 2023-07-18 18:45:00 +02:00