about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorDomen Kozar <domen@dev.si>2013-07-29 14:52:19 +0200
committerDomen Kozar <domen@dev.si>2013-07-29 14:52:19 +0200
commit918e5efb99a790362c8aa8fc70edc39f2b284575 (patch)
tree1777adbe68ea539133390f8982aefc0459d6ab7c /pkgs/development/python-modules
parent4993f07feecc5650f58713866cbec57fa4c4d0a0 (diff)
downloadnixlib-918e5efb99a790362c8aa8fc70edc39f2b284575.tar
nixlib-918e5efb99a790362c8aa8fc70edc39f2b284575.tar.gz
nixlib-918e5efb99a790362c8aa8fc70edc39f2b284575.tar.bz2
nixlib-918e5efb99a790362c8aa8fc70edc39f2b284575.tar.lz
nixlib-918e5efb99a790362c8aa8fc70edc39f2b284575.tar.xz
nixlib-918e5efb99a790362c8aa8fc70edc39f2b284575.tar.zst
nixlib-918e5efb99a790362c8aa8fc70edc39f2b284575.zip
recurse into python33 and pypy packages
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/generic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/generic/default.nix b/pkgs/development/python-modules/generic/default.nix
index cc80388e6899..6a7d5e5f3d5e 100644
--- a/pkgs/development/python-modules/generic/default.nix
+++ b/pkgs/development/python-modules/generic/default.nix
@@ -55,7 +55,7 @@ python.stdenv.mkDerivation (attrs // {
   meta = {
     platforms = python.meta.platforms;
   } // meta // {
-    maintainers = (meta.maintainers or []) ++ [ lib.maintainers.chaoflow ];
+    maintainers = (meta.maintainers or []) ++ [ lib.maintainers.chaoflow lib.maintainers.iElectric ];
   };
 
   # checkPhase after installPhase to run tests on installed packages