1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/lib/systems
Ryan Burns 525c69e724 lib/systems: fix scaleway-c1 platform
This regressed in 9c213398b3

The recursiveUpdate gave the platform both gcc.cpu and gcc.arch attrs
instead of only gcc.cpu. This is invalid; gcc configuration fails with:

```
Switch "--with-arch" may not be used with switch "--with-cpu"
```

So we revert to using `//` to retain only gcc.cpu
(which is more specific than the processor arch).
2021-08-18 21:52:14 -07:00
..
architectures.nix lib: Clean up how linux and gcc config is specified 2021-01-23 10:01:28 -05:00
default.nix darwin: use "11.0" as sdk and minimum version on aarch64-darwin 2021-05-17 00:27:03 +09:00
doubles.nix lib.systems: add m68k-netbsd support 2021-08-01 15:27:12 +00:00
examples.nix Initial implementation of s390 cross-compile 2021-07-25 10:12:18 +07:00
inspect.nix Initial implementation of s390 cross-compile 2021-07-25 10:12:18 +07:00
parse.nix lib.systems: add m68k-netbsd support 2021-08-01 15:27:12 +00:00
platforms.nix lib/systems: fix scaleway-c1 platform 2021-08-18 21:52:14 -07:00