GnuCash icon

GnuCash 5.15-1

Double-entry accounting program

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "gnucash",
  "version": "5.15-1",
  "src": {
    "url": "https://github.com/Gnucash/gnucash/releases/download/5.15/Gnucash-Arm-5.15-1.dmg",
    "sha256": "ef0c2c0fac275d4f2822223f3c908e9c28c559395159017eac14c4bf39b8499a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Gnucash.app\" && cp -r \"Gnucash.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Double-entry accounting program",
    "homepage": "https://www.gnucash.org/"
  }
}