python3Packages.openbabel-bindings: move openbabel C++ libs to buildInputs

This commit is contained in:
Phillip Seeber
2024-08-02 11:37:18 +02:00
parent 5243106e79
commit 628efa5850
@@ -8,9 +8,9 @@
buildPythonPackage rec {
inherit (openbabel) pname version;
src = "${openbabel}/lib/python${python.sourceVersion.major}.${python.sourceVersion.minor}/site-packages";
src = "${openbabel}/${python.sitePackages}";
nativeBuildInputs = [ openbabel ];
buildInputs = [ openbabel ];
# these env variables are used by the bindings to find libraries
# they need to be included explicitly in your nix-shell for