Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
cellprofiler # CellProfiler
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
cellprofiler # CellProfiler
];
} Package Definition
{
"pname": "cellprofiler",
"version": "4.2.8",
"src": {
"url": "https://github.com/CellProfiler/CellProfiler/releases/download/v4.2.8/CellProfiler-macOS-4.2.8.zip",
"sha256": "bb9bf8e90cb0271453ec3e77d5f55e923a0d98485d99bde4a877130978efc52c"
},
"installPhase": [
"mkdir -p \"$out/Applications/CellProfiler.app\" && cp -r \"CellProfiler.app\" \"$out/Applications\""
],
"meta": {
"description": "Open-source application for biological image analysis",
"homepage": "https://cellprofiler.org/"
}
}