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