python3Packages.openbabel-bindings: move openbabel C++ libs to buildInputs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user