Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
gluemotion # GlueMotion
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
gluemotion # GlueMotion
];
}
Package Definition
{
"pname": "gluemotion",
"version": "2.2.2",
"src": {
"url": "https://neededapps.com/appcasts/gluemotion/versions/2.2.2",
"sha256": "cd9fe2194cef815948d3fabfcb27a6a8e532b8658eeadc820a76ae137c16b873"
},
"installPhase": [
"mkdir -p \"$out/Applications\" && cp -r \"GlueMotion.app\" \"$out/Applications/GlueMotion.app\""
],
"meta": {
"description": "Create and correct time lapse movies",
"homepage": "https://neededapps.com/gluemotion/"
}
}