ngrok-1: buildFlags -> tags

This commit is contained in:
zowoq 2021-08-06 07:52:33 +10:00
parent b9bcc8e9c9
commit ae2773e7bf

View file

@ -27,7 +27,7 @@ buildGoPackage rec {
export sourceRoot=$sourceRoot/src/ngrok
'';
buildFlags = [ "-tags release" ];
tags = [ "release" ];
meta = {
homepage = "https://ngrok.com/";