buildah-unwrapped: fix cross compilation

This commit is contained in:
Nick Cao 2022-10-18 11:45:18 +08:00 committed by zowoq
parent bd545b559f
commit 4fc5d982c9

View File

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