* Some more updates.

svn path=/nixpkgs/trunk/; revision=884
This commit is contained in:
Eelco Dolstra
2004-03-30 17:42:45 +00:00
parent 00004fa6da
commit 24cb251dd0
5 changed files with 7 additions and 30 deletions

View File

@@ -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";