mkbootimage: drop unused pcre dependency

This commit is contained in:
fsagbuya
2026-06-02 11:43:31 +08:00
parent 7f3aafc300
commit 78aa5748af
-2
View File
@@ -3,7 +3,6 @@
stdenv,
fetchFromGitHub,
elfutils,
pcre,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -21,7 +20,6 @@ stdenv.mkDerivation (finalAttrs: {
# See https://github.com/NixOS/nixpkgs/pull/271568
buildInputs = [
elfutils
pcre
];
postPatch = ''