1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-05 12:21:48 +02:00

Merge pull request #12772 from NixOS/light-packaging-cleanus

Light packaging cleanups
This commit is contained in:
John Ericson 2025-03-28 11:53:48 -04:00 committed by GitHub
commit a08b0c742a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 32 additions and 29 deletions

View file

@ -58,13 +58,6 @@ mkMesonLibrary (finalAttrs: {
(lib.mesonEnable "cpuid" stdenv.hostPlatform.isx86_64)
];
env = {
# Needed for Meson to find Boost.
# https://github.com/NixOS/nixpkgs/issues/86131.
BOOST_INCLUDEDIR = "${lib.getDev boost}/include";
BOOST_LIBRARYDIR = "${lib.getLib boost}/lib";
};
meta = {
platforms = lib.platforms.unix ++ lib.platforms.windows;
};