Commit 6d6a709a authored by figsoda's avatar figsoda
Browse files

mdbook-katex: remove unused dependencies

parent 2d366109
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
{ lib, stdenv, fetchCrate, rustPlatform, openssl, CoreServices }:
{ lib, rustPlatform, fetchCrate, stdenv, CoreServices }:

rustPlatform.buildRustPackage rec {
  pname = "mdbook-katex";
@@ -11,9 +11,6 @@ rustPlatform.buildRustPackage rec {

  cargoHash = "sha256-KHC37LNnc789anxJBADgj97tw5TwR/5ksxP3X/9pHlo=";

  OPENSSL_DIR = "${lib.getDev openssl}";
  OPENSSL_LIB_DIR = "${lib.getLib openssl}/lib";

  buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];

  meta = with lib; {