# -*- mode: snippet -*-
# name: configurePhase
# key: cp
# --
configurePhase= ''
runHook preConfigure
$1
runHook postConfigure
'';
$0