BabelEdit icon

BabelEdit 5.4.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.4.0",
  "src": {
    "url": "https://www.codeandweb.com/download/babeledit/5.4.0/BabelEdit-5.4.0.dmg",
    "sha256": "eaaad7be54f308e3f54f836e8d01ab283edfaa41a3893b5a905dd1d5a047dbef"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/BabelEdit.app\" && cp -r \"BabelEdit.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Translation editor",
    "homepage": "https://www.codeandweb.com/babeledit"
  }
}