about summary refs log tree commit diff
path: root/pkgs/servers/syncstorage-rs
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2023-10-25 22:12:24 +0200
committerpennae <github@quasiparticle.net>2023-10-25 22:12:24 +0200
commitbc6de050b4071a6a39ec879a0eeda729776b182a (patch)
tree7de1ccf11cdfff7cf94c5112e5679236c1a21863 /pkgs/servers/syncstorage-rs
parentf9d24562e8906a2e223d18355aa2039b8dddf5c1 (diff)
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.
Diffstat (limited to 'pkgs/servers/syncstorage-rs')
-rw-r--r--pkgs/servers/syncstorage-rs/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/servers/syncstorage-rs/default.nix b/pkgs/servers/syncstorage-rs/default.nix
index 9285e18f09b3f..399c56376ecfc 100644
--- a/pkgs/servers/syncstorage-rs/default.nix
+++ b/pkgs/servers/syncstorage-rs/default.nix
@@ -2,7 +2,6 @@
 , rustPlatform
 , pkg-config
 , python3
-, openssl
 , cmake
 , libmysqlclient
 , makeBinaryWrapper
@@ -39,7 +38,6 @@ rustPlatform.buildRustPackage rec {
 
   buildInputs = [
     libmysqlclient
-    openssl
   ];
 
   preFixup = ''