Skip to content

Commit 4c52c82

Browse files
committed
Add openssl to patching for cargo
1 parent 60faf1f commit 4c52c82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

solana-platform-tools.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
lib,
77
libclang,
88
libedit,
9+
openssl,
910
python310,
1011
solana-source,
1112
udev,
@@ -75,7 +76,7 @@ stdenv.mkDerivation rec {
7576
libclang.lib
7677
xz
7778
python310
78-
] ++ lib.optionals stdenv.isLinux [ udev ];
79+
] ++ lib.optionals stdenv.isLinux [ openssl udev ];
7980

8081
installPhase = ''
8182
platformtools=$out/bin/platform-tools-sdk/sbf/dependencies/platform-tools

0 commit comments

Comments
 (0)