mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
buildah: drop GIT_COMMIT
not needed since 1.27.0
This commit is contained in:
parent
03e32b7093
commit
ace5332dcb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue