mdbook-admonish: remove unused fetchpatch from inputs

This commit is contained in:
Sergei Lukianov 2023-01-04 09:36:52 -08:00
parent d060289fae
commit 955bbec005

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, rustPlatform, CoreServices }:
{ lib, stdenv, fetchFromGitHub, rustPlatform, CoreServices }:
rustPlatform.buildRustPackage rec {
pname = "mdbook-admonish";