yubihsm-connector: fix cross compilation
This commit is contained in:
parent
08a62091a1
commit
de9dba61f9
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ buildGoModule rec {
|
||||||
ldflags = [ "-s" "-w" ];
|
ldflags = [ "-s" "-w" ];
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
go generate
|
GOOS= GOARCH= go generate
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue