Try removing gnome26 references
svn path=/nixpkgs/branches/xorg-7.5/; revision=18086
This commit is contained in:
parent
b98502f06a
commit
19c6cba987
1 changed files with 3 additions and 3 deletions
|
@ -3508,8 +3508,8 @@ let
|
|||
inherit (xorg) libX11 libXv libXext;
|
||||
inherit (gtkLibs) glib pango gtk;
|
||||
inherit (gnome) gnomevfs /* <- only passed for the no longer used older versions
|
||||
it is deprecated and didn't build on amd64 due to samba dependency */ gtkdoc;
|
||||
libsoup = gnome26.libsoup;
|
||||
it is deprecated and didn't build on amd64 due to samba dependency */ gtkdoc
|
||||
libsoup;
|
||||
});
|
||||
|
||||
gnet = import ../development/libraries/gnet {
|
||||
|
@ -7489,7 +7489,7 @@ let
|
|||
inherit (xlibs) libXaw libXext libX11 libXtst libXi libXinerama;
|
||||
inherit (gtkLibs) gtk;
|
||||
inherit (perlPackages) ArchiveZip CompressZlib;
|
||||
inherit (gnome26) GConf ORBit2;
|
||||
inherit (gnome) GConf ORBit2;
|
||||
};
|
||||
|
||||
opera = import ../applications/networking/browsers/opera {
|
||||
|
|
Loading…
Reference in a new issue