about summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-16 23:36:45 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-16 23:36:45 +0100
commit937181ab2d293e79f0802b9d6d4baeaa425c6415 (patch)
treeeab0a1e4338b061f16074044a0724da792960a85 /pkgs/tools/networking
parent5d11cc77b2f06d95be6e5570d086eea27ca7df35 (diff)
aria2: fix build
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/aria2/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/tools/networking/aria2/default.nix b/pkgs/tools/networking/aria2/default.nix
index 5a534416adb4c..094cc8733bdcd 100644
--- a/pkgs/tools/networking/aria2/default.nix
+++ b/pkgs/tools/networking/aria2/default.nix
@@ -15,15 +15,6 @@ stdenv.mkDerivation rec {
     sha256 = "sha256-xbiNSg/Z+CA0x0DQfMNsWdA+TATyX6dCeW2Nf3L3Kfs=";
   };
 
-  patches = [
-    # Fixes build errors clang 16 because `std::unary_function` and `std::binary_function`
-    # were removed in C++17, which is the default with clang 16.
-    (fetchpatch {
-      url = "https://github.com/aria2/aria2/commit/8956c58d126a4e57e114f69ba6a5961724b7a817.patch";
-      hash = "sha256-bwcR0YHlkxUdz1AKHq1m2bYI9vDVMv4x3WPsR8QEHtk=";
-    })
-  ];
-
   strictDeps = true;
   nativeBuildInputs = [ pkg-config autoreconfHook sphinx ];