kbd: split headers to "dev" output

Ideally installation of keyboard tools should not pull in headers
of pkg-config development files. It's not a big change in closure size
for thins specific package but changes like this do add up.
This commit is contained in:
Sergei Trofimovich 2023-04-15 10:53:18 +01:00
parent 2f5fa4a6f7
commit 8604beb419

View file

@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-zN9FI4emOAlz0pJzY+nLuTn6IGiRWm+Tf/nSRSICRoM=";
};
outputs = [ "out" "dev" ];
configureFlags = [
"--enable-optional-progs"
"--enable-libkeymap"