]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/python-packages/default.nix
WIP upgrade
[perso/Immae/Config/Nix.git] / pkgs / python-packages / default.nix
index 2ba2126a5ed57f4b1fbf695732af8b513ee46f72..21c4204bf054034aca40fe7e1cf5b562ac7f6409 100644 (file)
@@ -1,8 +1,6 @@
 { mylibs, callPackage, python }:
 {
   blivet3 = callPackage ./blivet { inherit python; pythonPackages = python.pkgs; };
-  buildbot-plugins = callPackage ./buildbot/plugins { inherit python; };
-  wokkel = callPackage ./wokkel.nix { pythonPackages = python.pkgs; };
   pymilter = callPackage ./pymilter.nix { pythonPackages = python.pkgs; };
   matrix-webhook = callPackage ./matrix-webhook.nix { pythonPackages = python.pkgs; };
 }