Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
polyphone # Polyphone
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
polyphone # Polyphone
];
} Package Definition
{
"pname": "polyphone",
"version": "2.5.1,129",
"src": {
"url": "https://www.polyphone.io/download/0/v129/Polyphone-MacOS_12-2.5.1.dmg",
"sha256": "89a60fc2444a4502719d23f2d5404a1fa9677db64ef09267ebced0eddf77a0dc"
},
"installPhase": [
"mkdir -p \"$out/Applications/polyphone.app\" && cp -r \"polyphone.app\" \"$out/Applications\""
],
"meta": {
"description": "Soundfont editor for quickly designing musical instruments",
"homepage": "https://www.polyphone.io/en"
}
}