ngrok: fix running x86_64-darwin build

main
Kira Bruneau 3 years ago
parent b650f134be
commit ebc56d875a
  1. 3
      pkgs/tools/networking/ngrok-2/default.nix

@ -34,6 +34,9 @@ stdenv.mkDerivation {
passthru.updateScript = ./update.sh;
# Stripping causes SEGFAULT on x86_64-darwin
dontStrip = true;
meta = {
description = "Allows you to expose a web server running on your local machine to the internet";
homepage = "https://ngrok.com/";

Loading…
Cancel
Save