BabelEdit icon

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