Commit 628efa58 authored by Phillip Seeber's avatar Phillip Seeber
Browse files

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

parent 5243106e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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