Unverified Commit 037aa5c5 authored by Braian A. Diez's avatar Braian A. Diez
Browse files

feroxbuster: remove postPatch

parent d1a9a606
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -20,11 +20,6 @@ rustPlatform.buildRustPackage rec {
    hash = "sha256-/NgGlXYMxGxpX93SJ6gWgZW21cSSZsgo/WMvRuLw+Bw=";
  };

  # disable linker overrides on aarch64-linux
  postPatch = ''
    rm .cargo/config
  '';

  useFetchCargoVendor = true;
  cargoHash = "sha256-L5s+P9eerv+O2vBUczGmn0rUMbHQtnF8hVa22wOrTGo=";