Hopefully build farm fix

I've forgotten to comment out a name preventing filtering out a half finished derivation.
(The missing glib is passed using fix by the following code)

svn path=/nixpkgs/trunk/; revision=13555
This commit is contained in:
Marc Weber 2008-12-02 13:23:31 +00:00
parent a7e33ec60c
commit 896fb49cb0

View File

@ -262,7 +262,7 @@ in
} }
# gnome-python # gnome-python
{ {
name = "gnome-python-2.22.3"; #name = "gnome-python-2.22.3";
buildInputs = [ p.pkgconfig p.gnome.libgnome ]; buildInputs = [ p.pkgconfig p.gnome.libgnome ];
propagatedBuildInputs = [ p.gnome.GConf ]; propagatedBuildInputs = [ p.gnome.GConf ];
pySrcs = [(fetchurl { pySrcs = [(fetchurl {