cava: add versionCheckHook

This commit is contained in:
Austin Horstman 2024-10-23 21:59:18 -05:00
parent c52f659b78
commit 5279cea7a7
No known key found for this signature in database

View File

@ -15,6 +15,7 @@
pkgconf,
portaudio,
SDL2,
versionCheckHook,
withSDL2 ? false,
withPipewire ? stdenv.hostPlatform.isLinux,
}:
@ -56,7 +57,10 @@ stdenv.mkDerivation rec {
autoreconfHook
autoconf-archive
pkgconf
versionCheckHook
];
doInstallCheck = true;
versionCheckProgramArg = "-v";
preAutoreconf = ''
echo ${version} > version