bazel-watcher: Show version string instead of `{STABLE_GIT_VERSION}`
This commit is contained in:
parent
23010cc67a
commit
cc234879dd
|
@ -64,6 +64,8 @@ buildBazelPackage rec {
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
|
|
||||||
|
substituteInPlace ibazel/BUILD --replace '{STABLE_GIT_VERSION}' ${version}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in New Issue