Commit bc6de050 authored by pennae's avatar pennae
Browse files

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.
parent f9d24562
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
, rustPlatform
, pkg-config
, python3
, openssl
, cmake
, libmysqlclient
, makeBinaryWrapper
@@ -39,7 +38,6 @@ rustPlatform.buildRustPackage rec {

  buildInputs = [
    libmysqlclient
    openssl
  ];

  preFixup = ''