···11-{
22- lib,
33- openbabel,
44- python,
55- buildPythonPackage,
66-}:
77-88-buildPythonPackage {
99- format = "setuptools";
1010- inherit (openbabel) pname version;
1111-1212- src = "${openbabel}/${python.sitePackages}";
1313-1414- buildInputs = [ openbabel ];
1515-1616- # these env variables are used by the bindings to find libraries
1717- # they need to be included explicitly in your nix-shell for
1818- # some functionality to work (inparticular, pybel).
1919- # see https://openbabel.org/docs/dev/Installation/install.html
2020- BABEL_LIBDIR = "${openbabel}/lib/openbabel/3.1.0";
2121- LD_LIBRARY_PATH = "${openbabel}/lib";
2222-2323- doCheck = false;
2424- pythonImportsCheck = [ "openbabel" ];
2525-2626- meta = with lib; {
2727- homepage = "http://openbabel.org/wiki/Main_Page";
2828- description = "Python bindings for openbabel";
2929- license = licenses.gpl2Plus;
3030- maintainers = with maintainers; [ danielbarter ];
3131- };
3232-}
+2
pkgs/top-level/aliases.nix
···18601860 onevpl-intel-gpu = lib.warnOnInstantiate "onevpl-intel-gpu has been renamed to vpl-gpu-rt" vpl-gpu-rt; # Added 2024-06-04
18611861 openai-triton-llvm = triton-llvm; # added 2024-07-18
18621862 openai-whisper-cpp = whisper-cpp; # Added 2024-12-13
18631863+ openbabel2 = throw "openbabel2 has been removed, as it was unused and unmaintained upstream; please use openbabel"; # Added 2025-09-17
18641864+ openbabel3 = openbabel; # Added 2025-09-17
18631865 opencv2 = throw "opencv2 has been removed as it is obsolete and was not used by any other package; please migrate to OpenCV 4"; # Added 2024-08-20
18641866 opencv3 = throw "opencv3 has been removed as it is obsolete and was not used by any other package; please migrate to OpenCV 4"; # Added 2024-08-20
18651867 openafs_1_8 = openafs; # Added 2022-08-22
···494494 openai-triton-cuda = triton-cuda; # added 2024-07-18
495495 openai-triton-no-cuda = triton-no-cuda; # added 2024-07-18
496496 openapi-schema-pydantic = throw "openapi-schema-pydantic has been removed, since it is no longer maintained"; # added 2023-10-30
497497+ openbabel-bindings = openbabel; # added 2025-09-17
497498 opencv3 = throw "opencv3 has been removed as it is obsolete"; # added 2023-10-12
498499 openllm = throw "openllm has moved to pkgs.openllm"; # added 2021-12-31
499500 openllm-client = throw "openllm-client has been removed, since it is abandoned due to a change in philosophy"; # added 2024-08-24