forked from mirrors/nixpkgs
Merge pull request #150791 from kira-bruneau/ngrok
ngrok: fix running x86_64-darwin build
This commit is contained in:
commit
3e4c1337b9
|
@ -34,6 +34,9 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
passthru.updateScript = ./update.sh;
|
passthru.updateScript = ./update.sh;
|
||||||
|
|
||||||
|
# Stripping causes SEGFAULT on x86_64-darwin
|
||||||
|
dontStrip = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Allows you to expose a web server running on your local machine to the internet";
|
description = "Allows you to expose a web server running on your local machine to the internet";
|
||||||
homepage = "https://ngrok.com/";
|
homepage = "https://ngrok.com/";
|
||||||
|
|
Loading…
Reference in a new issue