mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
ngrok: fix running x86_64-darwin build
This commit is contained in:
parent
b650f134be
commit
ebc56d875a
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue