gnu: Add X.org as input to Texlive.
* gnu/packages/texlive.scm (texlive): Add x.org inputs.
This commit is contained in:
parent
5ee12e217c
commit
c0589f7591
|
@ -33,6 +33,7 @@
|
||||||
#:use-module (gnu packages pkg-config)
|
#:use-module (gnu packages pkg-config)
|
||||||
#:use-module (gnu packages python)
|
#:use-module (gnu packages python)
|
||||||
#:use-module (gnu packages tcsh)
|
#:use-module (gnu packages tcsh)
|
||||||
|
#:use-module (gnu packages xorg)
|
||||||
#:use-module (gnu packages zip))
|
#:use-module (gnu packages zip))
|
||||||
|
|
||||||
(define texlive-extra-src
|
(define texlive-extra-src
|
||||||
|
@ -66,6 +67,8 @@
|
||||||
("icu4c" ,icu4c)
|
("icu4c" ,icu4c)
|
||||||
("ghostscript" ,ghostscript)
|
("ghostscript" ,ghostscript)
|
||||||
("libpng" ,libpng)
|
("libpng" ,libpng)
|
||||||
|
("libxaw" ,libxaw)
|
||||||
|
("libxt" ,libxt)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("poppler" ,poppler)
|
("poppler" ,poppler)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
|
@ -88,7 +91,6 @@
|
||||||
,(string-append "--datarootdir=" (assoc-ref %outputs "data"))
|
,(string-append "--datarootdir=" (assoc-ref %outputs "data"))
|
||||||
,(string-append "--infodir=" (assoc-ref %outputs "out") "/share/info")
|
,(string-append "--infodir=" (assoc-ref %outputs "out") "/share/info")
|
||||||
,(string-append "--mandir=" (assoc-ref %outputs "out") "/share/man")
|
,(string-append "--mandir=" (assoc-ref %outputs "out") "/share/man")
|
||||||
"--without-x" ; FIXME: Drop as soon as X is available.
|
|
||||||
"--with-system-freetype2"
|
"--with-system-freetype2"
|
||||||
;; "--with-system-gd"
|
;; "--with-system-gd"
|
||||||
;; "--with-system-graphite"
|
;; "--with-system-graphite"
|
||||||
|
|
Loading…
Reference in New Issue