commit 70e07bd4cddf4987d015eb5b793a8a6ba23970f6
parent e3b60baadf56938bb91ce80aa36cd10dee9e7308
Author: William Casarin <jb55@jb55.com>
Date: Sat, 6 Mar 2021 13:15:02 -0800
no ngrok
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/default.nix b/default.nix
@@ -2,6 +2,6 @@
with pkgs;
stdenv.mkDerivation {
name = "chibipub";
- nativeBuildInputs = [ gdb pkg-config ngrok clib ];
+ nativeBuildInputs = [ gdb pkg-config clib ];
buildInputs = [ openssl curl ];
}