mirror of
https://github.com/NixOS/nix
synced 2025-07-05 12:21:48 +02:00
Remove boost env vars
https://github.com/NixOS/nixpkgs/issues/86131 is now fixed!
This commit is contained in:
parent
ffdce51cd5
commit
459fb59493
4 changed files with 0 additions and 25 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue