wayland-bongocat: add versionCheckHook
Signed-off-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user