buildah: drop GIT_COMMIT

not needed since 1.27.0
This commit is contained in:
zowoq 2022-08-17 15:50:45 +10:00
parent 03e32b7093
commit ace5332dcb

View File

@ -45,7 +45,7 @@ buildGoModule rec {
buildPhase = ''
runHook preBuild
patchShebangs .
make bin/buildah GIT_COMMIT="unknown"
make bin/buildah
make -C docs GOMD2MAN="${go-md2man}/bin/go-md2man"
runHook postBuild
'';