Merge pull request #192711 from NickCao/umoci-cross
umoci: fix cross compilation
This commit is contained in:
commit
ea603b9373
@ -26,9 +26,7 @@ buildGoModule rec {
|
||||
nativeBuildInputs = [ go-md2man installShellFiles ];
|
||||
|
||||
postInstall = ''
|
||||
substituteInPlace Makefile --replace \
|
||||
'$(shell which bash)' '${lib.getBin bash}/bin/bash'
|
||||
make docs
|
||||
make docs SHELL="$SHELL"
|
||||
installManPage doc/man/*.[1-9]
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user