wayland-bongocat: add versionCheckHook

Signed-off-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
awwpotato
2025-08-05 22:38:30 -07:00
parent eb6f0329fe
commit a4eecb0976
@@ -6,6 +6,7 @@
wayland,
wayland-protocols,
wayland-scanner,
versionCheckHook,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "wayland-bongocat";
@@ -45,6 +46,9 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
# Package information
meta = {
description = "Delightful Wayland overlay that displays an animated bongo cat reacting to keyboard input";