buildstream: Remove fetchpatch from inputs

Follow up from @SuperSandro2000's comment in
https://github.com/NixOS/nixpkgs/pull/450036#discussion_r2518229289.

This commit removes `fetchpatch` from the Buildstream package inputs, as
patches were all removed in
https://github.com/NixOS/nixpkgs/pull/450036.
This commit is contained in:
Dom Rodriguez
2025-11-12 17:35:01 +00:00
parent 6b48f70869
commit 60d834c9d4
-1
View File
@@ -2,7 +2,6 @@
lib,
python3Packages,
fetchFromGitHub,
fetchpatch,
# buildInputs
buildbox,