pythonPackages.pybind11: install cmake config again

This commit is contained in:
Robert Schütz
2021-06-22 13:42:55 +02:00
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