mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
Merge pull request #83890 from matthewbauer/remove-ppc-bootstrap-tools
stdenv/linux: remove powerpc64le bootstrap tools
This commit is contained in:
commit
6852f3c988
@ -16,13 +16,11 @@
|
||||
armv7l-linux = import ./bootstrap-files/armv7l.nix;
|
||||
aarch64-linux = import ./bootstrap-files/aarch64.nix;
|
||||
mipsel-linux = import ./bootstrap-files/loongson2f.nix;
|
||||
powerpc64le-linux = import ./bootstrap-files/ppc64le.nix;
|
||||
};
|
||||
musl = {
|
||||
aarch64-linux = import ./bootstrap-files/aarch64-musl.nix;
|
||||
armv6l-linux = import ./bootstrap-files/armv6l-musl.nix;
|
||||
x86_64-linux = import ./bootstrap-files/x86_64-musl.nix;
|
||||
powerpc64le-linux = import ./bootstrap-files/ppc64le-musl.nix;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user