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