aboutsummaryrefslogtreecommitdiff
path: root/pkgs/python-packages/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/python-packages/default.nix')
-rw-r--r--pkgs/python-packages/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/python-packages/default.nix b/pkgs/python-packages/default.nix
index 2616d64..9347a06 100644
--- a/pkgs/python-packages/default.nix
+++ b/pkgs/python-packages/default.nix
@@ -1,7 +1,7 @@
1{ mylibs, callPackage, python }: 1{ mylibs, callPackage, python }:
2{ 2{
3 apprise = callPackage ./apprise { inherit mylibs; pythonPackages = python.pkgs; }; 3 apprise = callPackage ./apprise { inherit mylibs; pythonPackages = python.pkgs; };
4 buildbot-plugins = callPackage ./buildbot/plugins { inherit mylibs python; }; 4 buildbot-plugins = callPackage ./buildbot/plugins { inherit python; };
5 wokkel = callPackage ./wokkel.nix { pythonPackages = python.pkgs; }; 5 wokkel = callPackage ./wokkel.nix { pythonPackages = python.pkgs; };
6 pymilter = callPackage ./pymilter.nix { pythonPackages = python.pkgs; }; 6 pymilter = callPackage ./pymilter.nix { pythonPackages = python.pkgs; };
7} 7}