about summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-08-03 10:45:13 +0200
committerVladimír Čunát <vcunat@gmail.com>2013-08-03 10:45:13 +0200
commit98f37166505f3559f53bef238cebc5a69fe00201 (patch)
tree782f4e25acde2ec85edb8c3bc21bfaf263f1a852 /pkgs/tools/typesetting
parentd374527509657cfeb8499118b26e7605fab8f4d2 (diff)
downloadnixlib-98f37166505f3559f53bef238cebc5a69fe00201.tar
nixlib-98f37166505f3559f53bef238cebc5a69fe00201.tar.gz
nixlib-98f37166505f3559f53bef238cebc5a69fe00201.tar.bz2
nixlib-98f37166505f3559f53bef238cebc5a69fe00201.tar.lz
nixlib-98f37166505f3559f53bef238cebc5a69fe00201.tar.xz
nixlib-98f37166505f3559f53bef238cebc5a69fe00201.tar.zst
nixlib-98f37166505f3559f53bef238cebc5a69fe00201.zip
clean some include flags that weren't really needed
Tested the builds still work (x86_64-linux).
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/default.nix b/pkgs/tools/typesetting/tex/texlive/default.nix
index aac8da784b3d..7f512bade8a3 100644
--- a/pkgs/tools/typesetting/tex/texlive/default.nix
+++ b/pkgs/tools/typesetting/tex/texlive/default.nix
@@ -35,7 +35,6 @@ rec {
     sed -e s@ncurses/curses.h@curses.h@g -i $(grep ncurses/curses.h -rl . )
     sed -e '1i\#include <string.h>\n\#include <stdlib.h>' -i $( find libs/teckit -name '*.cpp' -o -name '*.c' )
 
-    NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${freetype}/include/freetype2"
     NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${icu}/include/layout";
 
     ./Build --prefix="$out" --datadir="$out/share" --mandir "$out/share/man" --infodir "$out/share/info" \