Unverified Commit 60d834c9 authored by Dom Rodriguez's avatar Dom Rodriguez
Browse files

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.
parent 6b48f708
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  lib,
  python3Packages,
  fetchFromGitHub,
  fetchpatch,

  # buildInputs
  buildbox,