xkbvalidate: set pname and version

This commit is contained in:
Sigmanificient
2026-02-01 23:03:55 +01:00
parent 6dc989835e
commit c7aef56678
+3
View File
@@ -6,6 +6,9 @@
runCommandCC "xkbvalidate"
{
pname = "xkbvalidate";
inherit (lib.trivial) version;
buildInputs = [ libxkbcommon ];
meta = {
description = "NixOS tool to validate X keyboard configuration";