From 3385ccd1f769abba781e35d86484bce0a2534f42 Mon Sep 17 00:00:00 2001 From: Eelco Visser Date: Tue, 31 May 2005 08:11:54 +0000 Subject: use tetex svn path=/nixpkgs/trunk/; revision=3164 --- pkgs/tools/typesetting/bibtex-tools/builder.sh | 2 +- pkgs/tools/typesetting/bibtex-tools/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/tools/typesetting/bibtex-tools') diff --git a/pkgs/tools/typesetting/bibtex-tools/builder.sh b/pkgs/tools/typesetting/bibtex-tools/builder.sh index fb0e1f526ee7..acdecca0665f 100644 --- a/pkgs/tools/typesetting/bibtex-tools/builder.sh +++ b/pkgs/tools/typesetting/bibtex-tools/builder.sh @@ -1,4 +1,4 @@ . $stdenv/setup -configureFlags="--with-aterm=$aterm --with-sdf=$sdf --with-strategoxt=$strategoxt --with-hevea=$hevea --with-latex=/usr" +configureFlags="--with-aterm=$aterm --with-sdf=$sdf --with-strategoxt=$strategoxt --with-hevea=$hevea --with-latex=$tetex" genericBuild diff --git a/pkgs/tools/typesetting/bibtex-tools/default.nix b/pkgs/tools/typesetting/bibtex-tools/default.nix index b60c25db5433..e98a96969d4d 100644 --- a/pkgs/tools/typesetting/bibtex-tools/default.nix +++ b/pkgs/tools/typesetting/bibtex-tools/default.nix @@ -1,4 +1,4 @@ -{stdenv, fetchurl, hevea, strategoxt, aterm, sdf}: +{stdenv, fetchurl, hevea, tetex, strategoxt, aterm, sdf}: stdenv.mkDerivation { name = "bibtex-tools-0.1"; @@ -7,6 +7,6 @@ stdenv.mkDerivation { url = http://www.cs.uu.nl/~visser/ftp/bibtex-tools-0.1.tar.gz; md5 = "8e3ce277100af6fceec23f5bed4aa9e8"; }; - inherit aterm hevea sdf strategoxt; + inherit aterm tetex hevea sdf strategoxt; buildInputs = [aterm sdf strategoxt hevea]; } -- cgit 1.4.1