From f2d487d999f282f5f1625c245c65c77b9ece7592 Mon Sep 17 00:00:00 2001 From: Squirrel Date: Tue, 14 Sep 2021 11:13:36 +0100 Subject: [PATCH] substrate depends on openssl at the moment (#9556) in some circumstances... --- substrate/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/substrate/shell.nix b/substrate/shell.nix index 65a330bf33..9a2d304006 100644 --- a/substrate/shell.nix +++ b/substrate/shell.nix @@ -13,6 +13,7 @@ in with nixpkgs; pkgs.mkShell { buildInputs = [ clang + openssl.dev pkg-config rust-nightly ] ++ lib.optionals stdenv.isDarwin [