kbd: add tests and update them

This commit is contained in:
davidak
2021-04-23 16:41:11 +02:00
parent fabdd46503
commit 513143fe4e
2 changed files with 27 additions and 4 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, autoreconfHook,
{ lib, stdenv, fetchurl, nixosTests, autoreconfHook,
pkg-config, flex, check, pam, coreutils
}:
@@ -42,6 +42,8 @@ stdenv.mkDerivation rec {
buildInputs = [ check pam ];
nativeBuildInputs = [ autoreconfHook pkg-config flex ];
passthru.tests = nixosTests.keymap;
meta = with lib; {
homepage = "https://kbd-project.org/";
description = "Linux keyboard tools and keyboard maps";