Loading pkgs/tools/video/untrunc-anthwlock/default.nix +3 −1 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, ffmpeg_4, libui, wrapGAppsHook }: { lib, stdenv, fetchFromGitHub, ffmpeg_4, libui, unstableGitUpdater, wrapGAppsHook }: stdenv.mkDerivation { pname = "untrunc-anthwlock"; Loading Loading @@ -30,6 +30,8 @@ stdenv.mkDerivation { enableParallelBuilding = true; passthru.updateScript = unstableGitUpdater { }; meta = with lib; { description = "Restore a truncated mp4/mov (improved version of ponchio/untrunc)"; homepage = "https://github.com/anthwlock/untrunc"; Loading Loading
pkgs/tools/video/untrunc-anthwlock/default.nix +3 −1 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, ffmpeg_4, libui, wrapGAppsHook }: { lib, stdenv, fetchFromGitHub, ffmpeg_4, libui, unstableGitUpdater, wrapGAppsHook }: stdenv.mkDerivation { pname = "untrunc-anthwlock"; Loading Loading @@ -30,6 +30,8 @@ stdenv.mkDerivation { enableParallelBuilding = true; passthru.updateScript = unstableGitUpdater { }; meta = with lib; { description = "Restore a truncated mp4/mov (improved version of ponchio/untrunc)"; homepage = "https://github.com/anthwlock/untrunc"; Loading