Merge pull request #150791 from kira-bruneau/ngrok

ngrok: fix running x86_64-darwin build
This commit is contained in:
Domen Kožar 2021-12-19 06:29:31 +00:00 committed by GitHub
commit 3e4c1337b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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