1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-05 16:31:47 +02:00

Merge pull request #12261 from NixOS/packaging

Packaging cleanups, add RossComputerGuy as `-llvm` maintainer
This commit is contained in:
John Ericson 2025-01-15 17:25:15 -05:00 committed by GitHub
commit 0c101679b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 6 additions and 90 deletions

View file

@ -72,8 +72,6 @@ mkMesonLibrary (finalAttrs: {
# https://github.com/NixOS/nixpkgs/issues/86131.
BOOST_INCLUDEDIR = "${lib.getDev boost}/include";
BOOST_LIBRARYDIR = "${lib.getLib boost}/lib";
} // lib.optionalAttrs (stdenv.isLinux && !(stdenv.hostPlatform.isStatic && stdenv.system == "aarch64-linux") && !(stdenv.hostPlatform.useLLVM or false)) {
LDFLAGS = "-fuse-ld=gold";
};
meta = {