summary refs log tree commit diff
path: root/pkgs/tools/typesetting/lhs2tex
diff options
context:
space:
mode:
authorAndres Löh <mail@andres-loeh.de>2011-03-18 15:03:01 +0000
committerAndres Löh <mail@andres-loeh.de>2011-03-18 15:03:01 +0000
commit83f99d0c386a250b981ddd6ce6e9f627e22ad15c (patch)
treec77cefd3cec05ed3616087464bb4d28f4a9d2519 /pkgs/tools/typesetting/lhs2tex
parentb8c18bd6c3d14c837f8b7d88abb8d2ba32cb8ef4 (diff)
downloadnixlib-83f99d0c386a250b981ddd6ce6e9f627e22ad15c.tar
nixlib-83f99d0c386a250b981ddd6ce6e9f627e22ad15c.tar.gz
nixlib-83f99d0c386a250b981ddd6ce6e9f627e22ad15c.tar.bz2
nixlib-83f99d0c386a250b981ddd6ce6e9f627e22ad15c.tar.lz
nixlib-83f99d0c386a250b981ddd6ce6e9f627e22ad15c.tar.xz
nixlib-83f99d0c386a250b981ddd6ce6e9f627e22ad15c.tar.zst
nixlib-83f99d0c386a250b981ddd6ce6e9f627e22ad15c.zip
lhs2tex version bump.
svn path=/nixpkgs/trunk/; revision=26425
Diffstat (limited to 'pkgs/tools/typesetting/lhs2tex')
-rw-r--r--pkgs/tools/typesetting/lhs2tex/default.nix11
1 files changed, 4 insertions, 7 deletions
diff --git a/pkgs/tools/typesetting/lhs2tex/default.nix b/pkgs/tools/typesetting/lhs2tex/default.nix
index 012c98f68871..68f2347bb656 100644
--- a/pkgs/tools/typesetting/lhs2tex/default.nix
+++ b/pkgs/tools/typesetting/lhs2tex/default.nix
@@ -1,14 +1,11 @@
-{cabal, tetex, polytable, regexCompat}:
-
-#assert tetex == polytable.tetex;
+{cabal, texLive, regexCompat}:
 
 cabal.mkDerivation (self : {
   pname = "lhs2tex";
-  version = "1.16";
+  version = "1.17";
   name = self.fname;
-  sha256 = "aa43ec92e8d7c94213365a7211d605314476977155e36420caa3cfb394f7c76f";
-  extraBuildInputs = [tetex regexCompat];
-  propagatedBuildInputs = [polytable]; # automatically in user-env now with cabal
+  sha256 = "1x49316m5xm4f6hw5q7kia9rpfpygxhk5gnifd54ai0zjmdlkxrc";
+  extraBuildInputs = [regexCompat texLive];
 
   postInstall = ''
     ensureDir "$out/share/doc/$name"