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.4",
"src": {
"url": "https://neededapps.com/appcasts/gluemotion/versions/2.2.4",
"sha256": "2b08b4799596a56e0dfae2cdf20202cd3e644c3e817c73e4ca46c5bf47891887"
},
"installPhase": [
"mkdir -p \"$out/Applications/GlueMotion.app\" && cp -r \"GlueMotion.app\" \"$out/Applications\""
],
"meta": {
"description": "Create and correct time lapse movies",
"homepage": "https://neededapps.com/gluemotion/"
}
}