mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 15:07:50 +00:00
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
@ -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 New Issue
Block a user