Commit 8604beb4 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

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.
parent 2f5fa4a6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
    sha256 = "sha256-zN9FI4emOAlz0pJzY+nLuTn6IGiRWm+Tf/nSRSICRoM=";
  };

  outputs = [ "out" "dev" ];

  configureFlags = [
    "--enable-optional-progs"
    "--enable-libkeymap"