Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
wiso-steuer-2021 # WISO Steuer 2021
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
wiso-steuer-2021 # WISO Steuer 2021
];
} Package Definition
{
"pname": "wiso-steuer-2021",
"version": "28.17.5070-RC1",
"src": {
"url": "https://update.buhl-data.com/Updates/Steuer/2021/Mac/Files/28.17.5070-RC1/SteuerMac2021-28.17.5070.dmg",
"sha256": "171a629e0c88e3aa9d3d847bc966eda9686ab645d88a3231b5f2bc757a0f6f80"
},
"installPhase": [
"mkdir -p \"$out/Applications/WISO Steuer 2021.app\" && cp -r \"SteuerMac 2021.app\" \"$out/Applications\""
],
"meta": {
"description": "Tax declaration for the fiscal year 2020",
"homepage": "https://www.buhl.de/produkte/wiso-steuer-mac/"
}
}