mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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,
|
||||
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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue