Propagate dbus/glib

svn path=/nixpkgs/trunk/; revision=25337
This commit is contained in:
Michael Raskin 2011-01-02 15:13:36 +00:00
parent 660792741d
commit 00544a0fc3

View File

@ -27,6 +27,8 @@ rec {
inherit (sourceInfo) name version;
inherit buildInputs;
propagatedBuildInputs = [a.dbus a.glib a.dbus_glib];
/* doConfigure should be removed if not needed */
phaseNames = ["doConfigure" "doMakeInstall"];