lol

buildah-unwrapped: fix cross compilation

authored by

Nick Cao and committed by
zowoq
4fc5d982 bd545b55

+1 -1
+1 -1
pkgs/development/tools/buildah/default.nix
··· 46 46 runHook preBuild 47 47 patchShebangs . 48 48 make bin/buildah 49 - make -C docs GOMD2MAN="${go-md2man}/bin/go-md2man" 49 + make -C docs GOMD2MAN="go-md2man" 50 50 runHook postBuild 51 51 ''; 52 52