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:
parent
a7e33ec60c
commit
896fb49cb0
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue