mirror of
https://github.com/jb55/nostril.git
synced 2025-05-06 08:39:55 -04:00
don't need openssl
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
parent
c5a3be3b74
commit
04a02cbaea
@ -1,5 +1,5 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
with pkgs;
|
||||
mkShell {
|
||||
buildInputs = [ secp256k1 openssl gdb ];
|
||||
buildInputs = [ secp256k1 gdb ];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user