Merge pull request #123562 from stephank/fix-starspace-darwin

starspace: fix darwin build
This commit is contained in:
Robert Scott
2021-05-18 23:30:54 +01:00
committed by GitHub

View File

@@ -13,6 +13,11 @@ stdenv.mkDerivation rec {
buildInputs = [ boost165 ];
makeFlags = [
"CXX=${stdenv.cc.targetPrefix}c++"
"BOOST_DIR=${boost165.dev}/include"
];
installPhase = ''
mkdir -p $out/bin
mv starspace $out/bin