1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

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