Poedit icon

Poedit 3.8.2

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.2",
  "src": {
    "url": "https://download.poedit.net/Poedit-3.8.2.zip",
    "sha256": "559c5df2f67a7a952a5a134f7307a65e076f454cf5162ca0c9134f92c3578e0a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Poedit.app\" && cp -r \"Poedit.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Translation editor",
    "homepage": "https://poedit.net/"
  }
}