3
0
Fork 0
forked from mirrors/nixpkgs

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
{
name = "gnome-python-2.22.3";
#name = "gnome-python-2.22.3";
buildInputs = [ p.pkgconfig p.gnome.libgnome ];
propagatedBuildInputs = [ p.gnome.GConf ];
pySrcs = [(fetchurl {