Poedit icon

Poedit 3.8

Translation editor

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "poedit",
  "version": "3.8",
  "src": {
    "url": "https://download.poedit.net/Poedit-3.8.zip",
    "sha256": "08d37c8caa1391e859686d28c5f55acc1229c3cc7dfcda7d515698fbe6cf32e1"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Poedit.app\" && cp -r \"Poedit.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Translation editor",
    "homepage": "https://poedit.net/"
  }
}