nixos/tests/kbd-setfont-decompress: init
(cherry picked from commit 7fb927c9e54170c43e2579d1f0f20efd719ca7e8)
This commit is contained in:
committed by
github-actions[bot]
parent
b35b0a5f04
commit
a9f685005e
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user