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.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/python-packages/default.nix b/pkgs/python-packages/default.nix
index 94bb5fe..441c5bc 100644
--- a/pkgs/python-packages/default.nix
+++ b/pkgs/python-packages/default.nix
@@ -1,6 +1,5 @@
1{ mylibs, callPackage, python }: 1{ mylibs, callPackage, python }:
2{ 2{
3 apprise = callPackage ./apprise { inherit mylibs; pythonPackages = python.pkgs; };
4 blivet3 = callPackage ./blivet { inherit python; pythonPackages = python.pkgs; }; 3 blivet3 = callPackage ./blivet { inherit python; pythonPackages = python.pkgs; };
5 buildbot-plugins = callPackage ./buildbot/plugins { inherit python; }; 4 buildbot-plugins = callPackage ./buildbot/plugins { inherit python; };
6 wokkel = callPackage ./wokkel.nix { pythonPackages = python.pkgs; }; 5 wokkel = callPackage ./wokkel.nix { pythonPackages = python.pkgs; };