From cb385daf953840341a560f73caf66445ce75836a Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Fri, 7 Jun 2019 15:33:33 -0400 Subject: [PATCH] gdb: remove applied patch for darwin This patch is no longer needed. The commit was included in this release. https://hydra.nixos.org/build/94447561 --- pkgs/development/tools/misc/gdb/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/tools/misc/gdb/default.nix b/pkgs/development/tools/misc/gdb/default.nix index 100283656782..97657075d463 100644 --- a/pkgs/development/tools/misc/gdb/default.nix +++ b/pkgs/development/tools/misc/gdb/default.nix @@ -33,12 +33,6 @@ stdenv.mkDerivation rec { ./debug-info-from-env.patch ] ++ stdenv.lib.optionals stdenv.isDarwin [ ./darwin-target-match.patch - (fetchpatch { - name = "gdb-aarch64-linux-tdep.patch"; - url = "https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=patch;h=0c0a40e0abb9f1a584330a1911ad06b3686e5361"; - excludes = [ "gdb/ChangeLog" ]; - sha256 = "16zjw99npyapj68sw52xzmbw671ajm9xv7g5jxfmp94if5y91mnj"; - }) ]; nativeBuildInputs = [ pkgconfig texinfo perl setupDebugInfoDirs ];