Unverified Commit b531698d authored by er0k's avatar er0k
Browse files

aws-vault: disable cgo

parent 0b0687eb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@ buildGoModule rec {
    makeWrapper
  ];

  env.CGO_ENABLED = "0";

  postInstall = ''
    # make xdg-open overrideable at runtime
    # aws-vault uses https://github.com/skratchdot/open-golang/blob/master/open/open.go to open links