diff options
author | Andreas Enge <andreas@enge.fr> | 2013-04-04 18:48:24 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-04-04 18:49:28 +0200 |
commit | 6be960c7f7f8538024f5807dcd5b6a8a7562baf1 (patch) | |
tree | 05a6712b7e8aa0fe2b4314767dc0219e85ea695e /gnu/packages/texlive.scm | |
parent | 9be8d7c8cb1b1ee4d1f3ba7360320527199b4a0d (diff) | |
parent | 8dc5d0cf7e18ee423c73087570c6b50d215ae216 (diff) | |
download | patches-6be960c7f7f8538024f5807dcd5b6a8a7562baf1.tar patches-6be960c7f7f8538024f5807dcd5b6a8a7562baf1.tar.gz |
Merge branch 'xorg' into core-updates
Diffstat (limited to 'gnu/packages/texlive.scm')
-rw-r--r-- | gnu/packages/texlive.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm index 8ea78de873..090d342054 100644 --- a/gnu/packages/texlive.scm +++ b/gnu/packages/texlive.scm @@ -33,6 +33,7 @@ #:use-module (gnu packages pkg-config) #:use-module (gnu packages python) #:use-module (gnu packages tcsh) + #:use-module (gnu packages xorg) #:use-module (gnu packages zip)) (define texlive-extra-src @@ -66,6 +67,8 @@ ("icu4c" ,icu4c) ("ghostscript" ,ghostscript) ("libpng" ,libpng) + ("libxaw" ,libxaw) + ("libxt" ,libxt) ("perl" ,perl) ("poppler" ,poppler) ("pkg-config" ,pkg-config) @@ -88,7 +91,6 @@ ,(string-append "--datarootdir=" (assoc-ref %outputs "data")) ,(string-append "--infodir=" (assoc-ref %outputs "out") "/share/info") ,(string-append "--mandir=" (assoc-ref %outputs "out") "/share/man") - "--without-x" ; FIXME: Drop as soon as X is available. "--with-system-freetype2" ;; "--with-system-gd" ;; "--with-system-graphite" |