Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
veusz # Veusz
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
veusz # Veusz
];
}
Package Definition
{
"pname": "veusz",
"version": "3.6.2.1",
"src": {
"url": "https://github.com/veusz/veusz/releases/download/veusz-3.6.2/veusz-3.6.2.1-AppleOSX.dmg",
"sha256": "ca76ed46546b4ad9656da2dd93621e65904134755c272a4f21fb561668a3a09d"
},
"installPhase": [
"mkdir -p \"$out/Applications/Veusz.app\" && cp -r \"Veusz.app\" \"$out/Applications\""
],
"meta": {
"description": "Scientific plotting application",
"homepage": "https://veusz.github.io/"
}
}