* Fix a "undefined variable `pyrex'" error that only happens on Nix

0.15, not 0.16.

svn path=/nixpkgs/trunk/; revision=23244
This commit is contained in:
Eelco Dolstra 2010-08-19 09:55:50 +00:00
parent 105d0e540b
commit 435ba71ac0

View file

@ -5237,6 +5237,7 @@ let
glib pango libglade libgtkhtml gtkhtml
libgnomecanvas libgnomeprint
libgnomeprintui gnomepanel gnomedesktop;
inherit pyrex;
gnomegtk = gnome.gtk;
};