Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
jubler # Jubler
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
jubler # Jubler
];
}
Package Definition
{
"pname": "jubler",
"version": "9.0.0",
"src": {
"url": "https://github.com/teras/Jubler/releases/download/v9.0.0/Jubler-9.0.0.dmg",
"sha256": "fc1e66d2b3c755e66608235f5043bef894cf37925b54afb96774da22f644bbc4"
},
"installPhase": [
"mkdir -p \"$out/Applications/Jubler.app\" && cp -r \"Jubler.app\" \"$out/Applications\""
],
"meta": {
"description": "Subtitle editor",
"homepage": "https://www.jubler.org/"
}
}