keyd: misc updates (#519904)

This commit is contained in:
Aaron Andersen
2026-05-13 21:32:42 +00:00
committed by GitHub
-3
View File
@@ -2,7 +2,6 @@
stdenv,
lib,
fetchFromGitHub,
systemd,
runtimeShell,
python3Packages,
nixosTests,
@@ -54,8 +53,6 @@ stdenv.mkDerivation {
installFlags = [ "DESTDIR=${placeholder "out"}" ];
buildInputs = [ systemd ];
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;