buildah-unwrapped: fix cross compilation

This commit is contained in:
Nick Cao
2022-10-27 17:17:03 +10:00
committed by zowoq
parent bd545b559f
commit 4fc5d982c9
+1 -1
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
'';