mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
mlv-app: add update script
This commit is contained in:
parent
8c62924fc6
commit
6c7a54dfa4
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue