Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
ipe # Ipe
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
ipe # Ipe
];
} Package Definition
{
"pname": "ipe",
"version": "7.2.29",
"src": {
"url": "https://github.com/otfried/ipe/releases/download/v7.2.29/ipe-7.2.29-mac-arm.dmg",
"sha256": "25afb5d6bd0f4f51e27823d86de470d6caa7600e8ee5111f633fa10879904b8c"
},
"installPhase": [
"mkdir -p \"$out/Applications/Ipe.app\" && cp -r \"Ipe.app\" \"$out/Applications\""
],
"meta": {
"description": "Drawing editor for creating figures in PDF format",
"homepage": "https://ipe.otfried.org/"
}
}