cargo-docset: remove extraneous pkg-config nativeBuildInputs

This commit is contained in:
Colin 2023-04-26 08:48:12 +00:00
parent df2e3a1b03
commit 2f375b7778

View File

@ -1,6 +1,5 @@
{ lib
, fetchFromGitHub
, pkg-config
, rustPlatform
, sqlite
}:
@ -18,10 +17,6 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-YHrSvfHfQ7kbVeCOgggYf3E7gHq+RhVKZrzP8LqX5I0=";
nativeBuildInputs = [
pkg-config
];
buildInputs = [
sqlite
];