From e515efb137aa56d459dcb13850754c7223edec47 Mon Sep 17 00:00:00 2001 From: Guilherme Date: Fri, 13 Mar 2026 19:23:04 +0100 Subject: [PATCH] see-cat: drop unused pkg-config --- pkgs/by-name/se/see-cat/package.nix | 5 ----- 1 file changed, 5 deletions(-) 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 = ''