mlv-app: add update script
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
libsForQt5,
|
||||
writableTmpDirAsHomeHook,
|
||||
ffmpeg-headless,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -61,6 +62,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "All in one MLV processing app that is pretty great";
|
||||
homepage = "https://mlv.app";
|
||||
|
||||
Reference in New Issue
Block a user