wayland-bongocat: invoke bongocat-find-devices in installCheckPhase

this protects against e.g. `bash` being accidentally removed
from `buildInputs` in the future.
This commit is contained in:
Colin
2025-10-16 20:34:50 +00:00
parent 8fd7ee2e55
commit 5b3aada803
@@ -54,6 +54,14 @@ stdenv.mkDerivation (finalAttrs: {
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
installCheckPhase = ''
runHook preInstallCheck
$out/bin/bongocat-find-devices --help
runHook postInstallCheck
'';
# Package information
meta = {
description = "Delightful Wayland overlay that displays an animated bongo cat reacting to keyboard input";