pythonPackages.pybind11: install cmake config again
This commit is contained in:
committed by
Martin Weinelt
parent
936a857a07
commit
6553947785
@@ -48,6 +48,7 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
make install
|
||||
# Symlink the CMake-installed headers to the location expected by setuptools
|
||||
mkdir -p $out/include/${python.libPrefix}
|
||||
ln -sf $out/include/pybind11 $out/include/${python.libPrefix}/pybind11
|
||||
|
||||
Reference in New Issue
Block a user