tone: use versionCheckHook

This commit is contained in:
Jordan Williams
2024-12-13 14:50:38 -06:00
parent b4bd73ceed
commit dbffcefb66
+4
View File
@@ -4,6 +4,7 @@
buildDotnetModule,
ffmpeg-full,
dotnetCorePackages,
versionCheckHook,
}:
buildDotnetModule rec {
@@ -29,6 +30,9 @@ buildDotnetModule rec {
dotnet-runtime = dotnetCorePackages.sdk_6_0;
runtimeDeps = [ ffmpeg-full ];
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
meta = {
homepage = "https://github.com/sandreas/tone";
description = "Cross platform utility to dump and modify audio metadata for a wide variety of formats";