bazel-watcher: Show version string instead of {STABLE_GIT_VERSION}

This commit is contained in:
Claudio Bley 2020-12-02 09:33:14 +01:00
parent 23010cc67a
commit cc234879dd

View file

@ -64,6 +64,8 @@ buildBazelPackage rec {
preBuild = ''
patchShebangs .
substituteInPlace ibazel/BUILD --replace '{STABLE_GIT_VERSION}' ${version}
'';
installPhase = ''