syncstorage-rs: remove unused openssl input
it was necessary in the past, but apparently no longer. must've been removed in 0.14 and forgotten there.
This commit is contained in:
parent
f9d24562e8
commit
bc6de050b4
1 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
, rustPlatform
|
||||
, pkg-config
|
||||
, python3
|
||||
, openssl
|
||||
, cmake
|
||||
, libmysqlclient
|
||||
, makeBinaryWrapper
|
||||
|
@ -39,7 +38,6 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
buildInputs = [
|
||||
libmysqlclient
|
||||
openssl
|
||||
];
|
||||
|
||||
preFixup = ''
|
||||
|
|
Loading…
Reference in a new issue