Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
openlp # OpenLP
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
openlp # OpenLP
];
} Package Definition
{
"pname": "openlp",
"version": "3.1.7",
"src": {
"url": "https://get.openlp.org/3.1.7/OpenLP-3.1.7-arm64.dmg",
"sha256": "6630b1d7e347c404bee5599fec636e795171f39c7541df0126af7d5d555976f4"
},
"installPhase": [
"mkdir -p \"$out/Applications/OpenLP.app\" && cp -r \"OpenLP.app\" \"$out/Applications\""
],
"meta": {
"description": "Worship presentation software",
"homepage": "https://openlp.org/"
}
}