summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xorg.scm8
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 35bcbead399..d44bd52f542 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1548,8 +1548,14 @@ treat it as part of their software base when porting.")
1548 ;; should become obsolete with the next release. 1548 ;; should become obsolete with the next release.
1549 (patches (search-patches "luit-posix.patch")))) 1549 (patches (search-patches "luit-posix.patch"))))
1550 (build-system gnu-build-system) 1550 (build-system gnu-build-system)
1551 (arguments
1552 (list
1553 #:configure-flags
1554 #~(list (string-append "--with-localealiasfile="
1555 (search-input-file
1556 %build-inputs "share/X11/locale/locale.alias")))))
1551 (inputs 1557 (inputs
1552 (list libfontenc)) 1558 (list libfontenc libx11))
1553 (native-inputs 1559 (native-inputs
1554 (list pkg-config)) 1560 (list pkg-config))
1555 (home-page "https://www.x.org/wiki/") 1561 (home-page "https://www.x.org/wiki/")