mlv-app: add update script

awwpotato 6c7a54df 8c62924f

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