BabelEdit icon

BabelEdit 5.5.0

Translation editor

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "babeledit",
  "version": "5.5.0",
  "src": {
    "url": "https://www.codeandweb.com/download/babeledit/5.5.0/BabelEdit-5.5.0.dmg",
    "sha256": "6c86c5fb7509ba386381bf2e2dba0f566d071baf2719764f11335fec0e88ea2b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/BabelEdit.app\" && cp -r \"BabelEdit.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Translation editor",
    "homepage": "https://www.codeandweb.com/babeledit"
  }
}