{ callPackage, python }: { buildslist = callPackage ./buildslist { pythonPackages = python.pkgs; }; }