iBabel icon

iBabel 5.0.3,2023,02

GUI for the cheminformatics toolkit OpenBabel

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    ibabel # iBabel
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    ibabel # iBabel
  ];
}

Package Definition

{
  "pname": "ibabel",
  "version": "5.0.3,2023,02",
  "src": {
    "url": "https://macinchem.org/wp-content/uploads/2023/02/iBabel.zip",
    "sha256": "25e8c5a311e0a45b5e5cb519fe00ab8b6b9084f5045ee18639649295f39cbc19"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/iBabel.app\" && cp -r \"iBabel.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "GUI for the cheminformatics toolkit OpenBabel",
    "homepage": "https://macinchem.org/ibabel/"
  }
}