keyd: remove unused systemd dependency

This commit is contained in:
Aaron Andersen
2026-05-13 17:26:31 -04:00
parent fe6753d608
commit 12046cc453
-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;