1 2 3 4 5 6
{ callPackage, python }: { buildslist = callPackage ./buildslist { pythonPackages = python.pkgs; }; }