Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
banshee # Banshee
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
banshee # Banshee
];
} Package Definition
{
"pname": "banshee",
"version": "2.6.1",
"src": {
"url": "https://ftp.gnome.org/pub/GNOME/binaries/mac/banshee/banshee-2.6.1.macosx.intel.dmg",
"sha256": "26fc3c77a72860fc2dfaee0741c88e9b8d7b8dac6ece2943e42917112e55c933"
},
"installPhase": [
"mkdir -p \"$out/Applications/Banshee.app\" && cp -r \"Banshee.app\" \"$out/Applications\""
],
"meta": {
"description": "Multimedia management and playback application",
"homepage": "https://banshee.fm/"
}
}