Loading pkgs/development/python-modules/openbabel-bindings/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/development/python-modules/openbabel-bindings/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading