summary refs log tree commit diff
path: root/pkgs/tools/typesetting/lhs2tex/default.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-05-12 12:50:07 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-05-12 12:50:07 +0000
commitd78a4040639e50cecd6d6c2def9bedd7c35f0d97 (patch)
treee64e002b553ff53e7de1587ac93a528a2595d685 /pkgs/tools/typesetting/lhs2tex/default.nix
parent895f15eb04a67f6a7243fcc82f6765cae9a24b4f (diff)
downloadnixlib-d78a4040639e50cecd6d6c2def9bedd7c35f0d97.tar
nixlib-d78a4040639e50cecd6d6c2def9bedd7c35f0d97.tar.gz
nixlib-d78a4040639e50cecd6d6c2def9bedd7c35f0d97.tar.bz2
nixlib-d78a4040639e50cecd6d6c2def9bedd7c35f0d97.tar.lz
nixlib-d78a4040639e50cecd6d6c2def9bedd7c35f0d97.tar.xz
nixlib-d78a4040639e50cecd6d6c2def9bedd7c35f0d97.tar.zst
nixlib-d78a4040639e50cecd6d6c2def9bedd7c35f0d97.zip
* Removed some assertions that rely on pointer equality. (It's kind
  of unfortunate that consitency checks like "httpd.apr == apr" don't
  really work.  Perhaps equality tests on derivations should just
  compare the drvPath or outPath attributes.)

svn path=/nixpkgs/trunk/; revision=15569
Diffstat (limited to 'pkgs/tools/typesetting/lhs2tex/default.nix')
-rw-r--r--pkgs/tools/typesetting/lhs2tex/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/lhs2tex/default.nix b/pkgs/tools/typesetting/lhs2tex/default.nix
index f5bbb572504e..0881591436fe 100644
--- a/pkgs/tools/typesetting/lhs2tex/default.nix
+++ b/pkgs/tools/typesetting/lhs2tex/default.nix
@@ -1,6 +1,6 @@
 {cabal, tetex, polytable, regexCompat, utf8String}:
 
-assert tetex == polytable.tetex;
+#assert tetex == polytable.tetex;
 
 cabal.mkDerivation (self : {
   pname = "lhs2tex";