about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2004-03-30 17:42:45 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2004-03-30 17:42:45 +0000
commit24cb251dd0911f019c86d65bc316298ca5624fd7 (patch)
tree6ed12823783aa3e048a7d70f3f6d4a07797b9603 /pkgs/applications/networking
parent00004fa6daa874af4f224e1c35a54acddcc621e2 (diff)
* Some more updates.
svn path=/nixpkgs/trunk/; revision=884
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/newsreaders/pan/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/newsreaders/pan/default.nix b/pkgs/applications/networking/newsreaders/pan/default.nix
index ee0d925b23168..de3c9de6bd66e 100644
--- a/pkgs/applications/networking/newsreaders/pan/default.nix
+++ b/pkgs/applications/networking/newsreaders/pan/default.nix
@@ -5,8 +5,8 @@
 
 assert pkgconfig != null && gtk != null && gnet != null
   && libxml2 != null && perl != null && pcre != null;
-assert spellChecking -> gtkspell != null && gtk == gtkspell.gtk;
-assert gtk.glib == gnet.glib;
+assert spellChecking -> gtkspell != null /* !!! && gtk == gtkspell.gtk */;
+# !!! assert gtk.glib == gnet.glib;
 
 stdenv.mkDerivation {
   name = "pan-0.14.2.91";