blob: c3c890938e3ea4f2bb4d5ca7d256bf576e69d0bf (
plain)
1
2
3
4
5
6
|
# Glue buildfile that "pulls" all the packages in the project.
#
import pkgs = [dir_paths] $process.run_regex(\
cat $src_root/packages.manifest, '\s*location\s*:\s*(\S+)\s*', '\1')
./: $pkgs
|