mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
libxklavier: split dev and (gtk-)doc outputs
This commit is contained in:
parent
47305626ab
commit
333307d8b2
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "016lpdv35z0qsw1cprdc2k5qzkdi5waj6qmr0a2q6ljn9g2kpv7b";
|
||||
};
|
||||
|
||||
outputs = [ "dev" "out" "doc" ]; # dev-doc only
|
||||
|
||||
# TODO: enable xmodmap support, needs xmodmap DB
|
||||
propagatedBuildInputs = with xorg; [ libX11 libXi xkeyboard_config libxml2 libICE glib libxkbfile isocodes ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user