tone: use versionCheckHook
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user