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
commit a3e558285f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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