summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2012-09-13 14:12:42 +0400
committerMichael Raskin <7c6f434c@mail.ru>2012-09-13 14:12:42 +0400
commitbc8e5d2da23ea15209531e09005c7ecc6d880015 (patch)
treef46b3aa51de4e43207a4184eb66d59a8dc4a8f59 /pkgs/top-level/python-packages.nix
parente67736de93460c460fe79981bf190f93956b25cd (diff)
downloadnixpkgs-bc8e5d2da23ea15209531e09005c7ecc6d880015.tar
nixpkgs-bc8e5d2da23ea15209531e09005c7ecc6d880015.tar.gz
nixpkgs-bc8e5d2da23ea15209531e09005c7ecc6d880015.tar.bz2
nixpkgs-bc8e5d2da23ea15209531e09005c7ecc6d880015.tar.lz
nixpkgs-bc8e5d2da23ea15209531e09005c7ecc6d880015.tar.xz
nixpkgs-bc8e5d2da23ea15209531e09005c7ecc6d880015.tar.zst
nixpkgs-bc8e5d2da23ea15209531e09005c7ecc6d880015.zip
Propagate dependencies of wokkel
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 61294537db9..d1f4469a7da 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -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";