mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
yubihsm-connector: fix cross compilation
This commit is contained in:
parent
08a62091a1
commit
de9dba61f9
@ -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