mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Use fresher libsoup in GStreamer
svn path=/nixpkgs/trunk/; revision=16830
This commit is contained in:
parent
743e35d24d
commit
e0bfd8d7e7
@ -3202,7 +3202,7 @@ let
|
||||
inherit (gtkLibs) glib pango gtk;
|
||||
inherit (gnome) gnomevfs /* <- only passed for the no longer used older versions
|
||||
it is depreceated and didn't build on amd64 due to samba dependenccy */ gtkdoc;
|
||||
inherit (gnome26) libsoup;
|
||||
libsoup = gnome26.libsoup_git_head;
|
||||
});
|
||||
|
||||
gnet = import ../development/libraries/gnet {
|
||||
|
Loading…
Reference in New Issue
Block a user