{ 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; }; }