antimony: find boost::python3 (#54368)

Fixes https://github.com/NixOS/nixpkgs/issues/54329.
This commit is contained in:
Robert Schütz
2019-01-20 13:59:04 +01:00
committed by GitHub
parent ef14a225bb
commit ca7ef865c4

View File

@@ -24,7 +24,7 @@ in
postPatch = ''
sed -i "s,/usr/local,$out,g" \
app/CMakeLists.txt app/app/app.cpp app/app/main.cpp
sed -i "s,python-py35,python36," CMakeLists.txt
sed -i "s,python3,${python3.executable}," CMakeLists.txt
'';
buildInputs = [