Propagate dependencies of wokkel

This commit is contained in:
Michael Raskin 2012-09-13 14:12:42 +04:00
parent e67736de93
commit bc8e5d2da2

@ -2832,7 +2832,7 @@ let pythonPackages = python.modules // rec {
sha256 = "0rnshrzw8605x05mpd8ndrx3ri8h6cx713mp8sl4f04f4gcrz8ml";
};
buildInputs = [twisted dateutil];
propagatedBuildInputs = [twisted dateutil];
meta = {
description = "Some (mainly XMPP-related) additions to twisted";