mlv-app: add update script

This commit is contained in:
awwpotato 2025-04-24 18:34:33 -07:00
parent 8c62924fc6
commit 6c7a54dfa4
No known key found for this signature in database

View file

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