Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
wirecast # Wirecast
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
wirecast # Wirecast
];
}
Package Definition
{
"pname": "wirecast",
"version": "16.5.0",
"src": {
"url": "https://www.telestream.net/download-files/wirecast/16-5/Wirecast-16.5.0.dmg",
"sha256": "aab982bbd5fee8dd61c37fab8332be99f00aade03dfdf62db0f6b00add3e3317"
},
"installPhase": [
"mkdir -p \"$out/Applications/Wirecast.app\" && cp -r \"Wirecast.app\" \"$out/Applications\""
],
"meta": {
"description": "Live video streaming production tool",
"homepage": "https://www.telestream.net/wirecast/"
}
}