mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +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
|
@ -72,10 +72,6 @@ pkgs.nixComponents.nix-util.overrideAttrs (
|
|||
src = null;
|
||||
|
||||
env = {
|
||||
# Needed for Meson to find Boost.
|
||||
# https://github.com/NixOS/nixpkgs/issues/86131.
|
||||
BOOST_INCLUDEDIR = "${lib.getDev pkgs.nixDependencies.boost}/include";
|
||||
BOOST_LIBRARYDIR = "${lib.getLib pkgs.nixDependencies.boost}/lib";
|
||||
# For `make format`, to work without installing pre-commit
|
||||
_NIX_PRE_COMMIT_HOOKS_CONFIG = "${(pkgs.formats.yaml { }).generate "pre-commit-config.yaml"
|
||||
modular.pre-commit.settings.rawConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue