mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #277624 from NickCao/yubihsm-connector
yubihsm-connector: fix cross compilation
This commit is contained in:
commit
2961883989
@ -24,7 +24,7 @@ buildGoModule rec {
|
||||
ldflags = [ "-s" "-w" ];
|
||||
|
||||
preBuild = ''
|
||||
go generate
|
||||
GOOS= GOARCH= go generate
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user