mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
* 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:
parent
105d0e540b
commit
435ba71ac0
|
@ -5237,6 +5237,7 @@ let
|
|||
glib pango libglade libgtkhtml gtkhtml
|
||||
libgnomecanvas libgnomeprint
|
||||
libgnomeprintui gnomepanel gnomedesktop;
|
||||
inherit pyrex;
|
||||
gnomegtk = gnome.gtk;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue