Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
kvirc # KVIrc
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
kvirc # KVIrc
];
} Package Definition
{
"pname": "kvirc",
"version": "5.2.8,Quasar",
"src": {
"url": "https://github.com/kvirc/KVIrc/releases/download/5.2.8/KVIrc-5.2.8-Quasar.dmg",
"sha256": "649292862994dbba4637b047c4701034b0412b6a919caf483f739eb0c2b4179b"
},
"installPhase": [
"mkdir -p \"$out/Applications/KVIrc.app\" && cp -r \"KVIrc.app\" \"$out/Applications\""
],
"meta": {
"description": "IRC Client",
"homepage": "https://www.kvirc.net/"
}
}