antimony: find boost::python3 (#54368)
Fixes https://github.com/NixOS/nixpkgs/issues/54329.
This commit is contained in:
parent
ef14a225bb
commit
ca7ef865c4
@ -24,7 +24,7 @@ in
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed -i "s,/usr/local,$out,g" \
|
sed -i "s,/usr/local,$out,g" \
|
||||||
app/CMakeLists.txt app/app/app.cpp app/app/main.cpp
|
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 = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user