hyprpaper: enable version check

This commit is contained in:
SchweGELBin
2026-01-30 17:11:30 +01:00
parent e47a517ed8
commit 7563af48e8
+4
View File
@@ -32,6 +32,7 @@
wayland,
wayland-protocols,
util-linux,
versionCheckHook,
}:
gcc15Stdenv.mkDerivation (finalAttrs: {
@@ -86,6 +87,9 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
util-linux
];
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
meta = {
inherit (finalAttrs.src.meta) homepage;
description = "Blazing fast wayland wallpaper utility";