mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 20:20:58 +01:00
refactor: Move ld=gold rule to mesonBuildLayer
This commit is contained in:
parent
3d078cd508
commit
cab347b4eb
23 changed files with 6 additions and 82 deletions
|
|
@ -283,10 +283,6 @@
|
|||
# These attributes go right into `packages.<system>`.
|
||||
"${pkgName}" = nixpkgsFor.${system}.native.nixComponents.${pkgName};
|
||||
"${pkgName}-static" = nixpkgsFor.${system}.static.nixComponents.${pkgName};
|
||||
/**
|
||||
Nix and dependencies built with LLVM and Clang, maintainers:
|
||||
@RossComputerGuy, Nix team
|
||||
*/
|
||||
"${pkgName}-llvm" = nixpkgsFor.${system}.llvm.nixComponents.${pkgName};
|
||||
}
|
||||
// lib.optionalAttrs supportsCross (flatMapAttrs (lib.genAttrs crossSystems (_: { })) (crossSystem: {}: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue