Let depending applications use gstreamer plugins webkit depends on

svn path=/nixpkgs/trunk/; revision=16548
This commit is contained in:
Michael Raskin 2009-08-03 06:17:38 +00:00
parent 1beabd36fb
commit 1062fb2e4f

View File

@ -55,4 +55,7 @@ rec {
meta = {
description = "WebKit - a fast and correct HTML renderer";
};
passthru = {
inherit gstreamer gstPluginsBase gstPluginsGood gstFfmpeg;
};
}