mlv-app: add update script

awwpotato 6c7a54df 8c62924f

+3
+3
pkgs/by-name/ml/mlv-app/package.nix
··· 6 6 libsForQt5, 7 7 writableTmpDirAsHomeHook, 8 8 ffmpeg-headless, 9 + nix-update-script, 9 10 }: 10 11 11 12 stdenv.mkDerivation (finalAttrs: { ··· 60 61 install -Dm444 -t $out/share/icons/hicolor/512x512/apps RetinaIMG/MLVAPP.png 61 62 runHook postInstall 62 63 ''; 64 + 65 + updateScript = nix-update-script { }; 63 66 64 67 meta = { 65 68 description = "All in one MLV processing app that is pretty great";