ngrok: fix running x86_64-darwin build

This commit is contained in:
Kira Bruneau 2021-12-14 20:39:53 -05:00
parent b650f134be
commit ebc56d875a

View File

@ -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/";