diff --git a/pkgs/by-name/se/see-cat/package.nix b/pkgs/by-name/se/see-cat/package.nix index 7f93467821c5..313acfe71c04 100644 --- a/pkgs/by-name/se/see-cat/package.nix +++ b/pkgs/by-name/se/see-cat/package.nix @@ -2,7 +2,6 @@ lib, fetchFromGitHub, rustPlatform, - pkg-config, }: rustPlatform.buildRustPackage (finalAttrs: { pname = "see-cat"; @@ -17,10 +16,6 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoHash = "sha256-gADA6Ioxz8YM/SRYsT+43bKNS2Ov1XtTElDr7vx8T14="; - nativeBuildInputs = [ - pkg-config - ]; - meta = { description = "Cute cat(1) for the terminal"; longDescription = ''