with log("Loading dependency tree..."):
process = subprocess.Popen(
["nix-store", "--query", "--graphml", drv], stdout=subprocess.PIPE)
parser = ParseNixStoreQueryGraphML()
with log("Loading dependency tree..."):
process = subprocess.Popen(
["nix-store", "--query", "--graphml", drv], stdout=subprocess.PIPE)
parser = ParseNixStoreQueryGraphML()