boost-build: fix darwin build
This commit is contained in:
committed by
Jonathan Ringer
parent
cd66ac5fc3
commit
4c201a5e2e
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user