songrec: add versionCheckHook
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
ffmpeg,
|
||||
glib,
|
||||
libpulseaudio,
|
||||
versionCheckHook,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
@@ -52,6 +53,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
mv packaging/rootfs/usr/share $out/share
|
||||
'';
|
||||
|
||||
doInstallCheck = true;
|
||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||
|
||||
meta = {
|
||||
description = "Open-source Shazam client for Linux, written in Rust";
|
||||
homepage = "https://github.com/marin-m/SongRec";
|
||||
|
||||
Reference in New Issue
Block a user