forked from mirrors/nixpkgs
libcanberra: Fix dependencies.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15088
This commit is contained in:
parent
f8cd5d94f8
commit
8c7a7162cb
|
@ -3296,7 +3296,7 @@ let
|
|||
|
||||
libcanberra = import ../development/libraries/libcanberra {
|
||||
inherit fetchurl stdenv pkgconfig libtool alsaLib pulseaudio libvorbis;
|
||||
inherit (gtkLibs214) gtk gthread;
|
||||
inherit (gtkLibs) gtk gthread;
|
||||
gstreamer = gst_all.gstreamer;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue