nixos/tests/kbd-setfont-decompress: init

(cherry picked from commit 7fb927c9e54170c43e2579d1f0f20efd719ca7e8)
This commit is contained in:
oxalica
2021-06-01 00:13:53 +00:00
committed by github-actions[bot]
parent b35b0a5f04
commit a9f685005e
3 changed files with 25 additions and 1 deletions
+3 -1
View File
@@ -61,7 +61,9 @@ stdenv.mkDerivation rec {
buildInputs = [ check pam ];
nativeBuildInputs = [ autoreconfHook pkg-config flex ];
passthru.tests = nixosTests.keymap;
passthru.tests = {
inherit (nixosTests) keymap kbd-setfont-decompress;
};
meta = with lib; {
homepage = "https://kbd-project.org/";