mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
xorg.xkeyboardconfig: build man pages
This commit is contained in:
parent
32b4375f10
commit
f2de9ca370
@ -4,7 +4,7 @@
|
||||
freetype, tradcpp, fontconfig, meson, ninja, ed, fontforge,
|
||||
libGL, spice-protocol, zlib, libGLU, dbus, libunwind, libdrm,
|
||||
mesa, udev, bootstrap_cmds, bison, flex, clangStdenv, autoreconfHook,
|
||||
mcpp, epoxy, openssl, pkgconfig, llvm_6, python3,
|
||||
mcpp, epoxy, openssl, pkgconfig, llvm_6, python3, libxslt,
|
||||
ApplicationServices, Carbon, Cocoa, Xplugin
|
||||
}:
|
||||
|
||||
@ -469,7 +469,7 @@ self: super:
|
||||
});
|
||||
|
||||
xkeyboardconfig = super.xkeyboardconfig.overrideAttrs (attrs: {
|
||||
nativeBuildInputs = attrs.nativeBuildInputs ++ [intltool];
|
||||
nativeBuildInputs = attrs.nativeBuildInputs ++ [ intltool libxslt ];
|
||||
|
||||
configureFlags = [ "--with-xkb-rules-symlink=xorg" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user