about summary refs log tree commit diff
path: root/pkgs/tools/typesetting/bibtex-tools
diff options
context:
space:
mode:
authorMartin Bravenboer <martin.bravenboer@logicblox.com>2005-05-18 16:50:14 +0000
committerMartin Bravenboer <martin.bravenboer@logicblox.com>2005-05-18 16:50:14 +0000
commitb99065a3d9ce4b5aa280388acc4d2707a707f383 (patch)
tree743fcdca90c441d99f5dad8543e41349e0168add /pkgs/tools/typesetting/bibtex-tools
parenta3407f79dd848af61d38a6bd3090ab86716aeeb1 (diff)
downloadnixlib-b99065a3d9ce4b5aa280388acc4d2707a707f383.tar
nixlib-b99065a3d9ce4b5aa280388acc4d2707a707f383.tar.gz
nixlib-b99065a3d9ce4b5aa280388acc4d2707a707f383.tar.bz2
nixlib-b99065a3d9ce4b5aa280388acc4d2707a707f383.tar.lz
nixlib-b99065a3d9ce4b5aa280388acc4d2707a707f383.tar.xz
nixlib-b99065a3d9ce4b5aa280388acc4d2707a707f383.tar.zst
nixlib-b99065a3d9ce4b5aa280388acc4d2707a707f383.zip
* Upgraded Stratego/XT to Stratego/XT 0.14
* Clean up of SDF attributes in all-package-generic. There is now a
single attribute, called sdf.


svn path=/nixpkgs/trunk/; revision=3062
Diffstat (limited to 'pkgs/tools/typesetting/bibtex-tools')
-rw-r--r--pkgs/tools/typesetting/bibtex-tools/builder.sh3
-rw-r--r--pkgs/tools/typesetting/bibtex-tools/default.nix5
2 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/tools/typesetting/bibtex-tools/builder.sh b/pkgs/tools/typesetting/bibtex-tools/builder.sh
index de8bbaee28fa..fb0e1f526ee7 100644
--- a/pkgs/tools/typesetting/bibtex-tools/builder.sh
+++ b/pkgs/tools/typesetting/bibtex-tools/builder.sh
@@ -1,5 +1,4 @@
 . $stdenv/setup
 
-configureFlags="--with-aterm=$aterm --with-sglr=$sglr --with-pgen=$pgen
- --with-pt-support=$ptsupport --with-asf-library=$asflibrary --with-strategoxt=$strategoxt --with-hevea=$hevea --with-latex=/usr"
+configureFlags="--with-aterm=$aterm --with-sdf=$sdf --with-strategoxt=$strategoxt --with-hevea=$hevea --with-latex=/usr"
 genericBuild
diff --git a/pkgs/tools/typesetting/bibtex-tools/default.nix b/pkgs/tools/typesetting/bibtex-tools/default.nix
index 79180c429230..b60c25db5433 100644
--- a/pkgs/tools/typesetting/bibtex-tools/default.nix
+++ b/pkgs/tools/typesetting/bibtex-tools/default.nix
@@ -7,7 +7,6 @@ stdenv.mkDerivation {
     url = http://www.cs.uu.nl/~visser/ftp/bibtex-tools-0.1.tar.gz;
     md5 = "8e3ce277100af6fceec23f5bed4aa9e8";
   };
-  inherit aterm hevea strategoxt;
-  inherit (sdf) sglr pgen ptsupport asflibrary;
-  buildInputs = [aterm sdf.pgen strategoxt hevea];
+  inherit aterm hevea sdf strategoxt;
+  buildInputs = [aterm sdf strategoxt hevea];
 }