boost-build: fix darwin build

This commit is contained in:
Stéphan Kochen
2021-05-11 09:16:23 -07:00
committed by Jonathan Ringer
parent cd66ac5fc3
commit 4c201a5e2e
2 changed files with 17 additions and 0 deletions
@@ -15,6 +15,11 @@ stdenv.mkDerivation rec {
sha256 = "1r4rwlq87ydmsdqrik4ly5iai796qalvw7603mridg2nwcbbnf54";
};
patches = [
# Upstream defaults to gcc on darwin, but we use clang.
./darwin-default-toolset.patch
];
nativeBuildInputs = [
bison
];