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,
|
freetype, tradcpp, fontconfig, meson, ninja, ed, fontforge,
|
||||||
libGL, spice-protocol, zlib, libGLU, dbus, libunwind, libdrm,
|
libGL, spice-protocol, zlib, libGLU, dbus, libunwind, libdrm,
|
||||||
mesa, udev, bootstrap_cmds, bison, flex, clangStdenv, autoreconfHook,
|
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
|
ApplicationServices, Carbon, Cocoa, Xplugin
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -469,7 +469,7 @@ self: super:
|
|||||||
});
|
});
|
||||||
|
|
||||||
xkeyboardconfig = super.xkeyboardconfig.overrideAttrs (attrs: {
|
xkeyboardconfig = super.xkeyboardconfig.overrideAttrs (attrs: {
|
||||||
nativeBuildInputs = attrs.nativeBuildInputs ++ [intltool];
|
nativeBuildInputs = attrs.nativeBuildInputs ++ [ intltool libxslt ];
|
||||||
|
|
||||||
configureFlags = [ "--with-xkb-rules-symlink=xorg" ];
|
configureFlags = [ "--with-xkb-rules-symlink=xorg" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user