kbd: add tests and update them
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user