~ruther/guix-local

dc42ad4fedb90e97f6ac77c5c0b94d19dd69934c — Tobias Geerinckx-Rice 4 years ago f7236fa
Revert "gnu: xkeyboard-config: Build man page."

This reverts commit f7236fa1b2e92288633b4261997b55914e25648b.
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/xorg.scm
M gnu/packages/xorg.scm => gnu/packages/xorg.scm +4 -1
@@ 3994,7 3994,10 @@ extension to the X11 protocol.  It includes:
    (inputs
      (list libx11 xkbcomp-intermediate))
    (native-inputs
      (list gettext-minimal libxslt perl pkg-config python))
      `(("gettext" ,gettext-minimal)
        ("perl" ,perl)
        ("pkg-config" ,pkg-config)
        ("python" ,python)))
    (home-page "https://www.x.org/wiki/")
    (synopsis "Xorg XKB configuration files")
    (description