lol

Merge pull request #267974 from wegank/aria2-fix

aria2: fix build

authored by

Weijia Wang and committed by
GitHub
3ee9f51e 256342e6

-9
-9
pkgs/tools/networking/aria2/default.nix
··· 15 15 sha256 = "sha256-xbiNSg/Z+CA0x0DQfMNsWdA+TATyX6dCeW2Nf3L3Kfs="; 16 16 }; 17 17 18 - patches = [ 19 - # Fixes build errors clang 16 because `std::unary_function` and `std::binary_function` 20 - # were removed in C++17, which is the default with clang 16. 21 - (fetchpatch { 22 - url = "https://github.com/aria2/aria2/commit/8956c58d126a4e57e114f69ba6a5961724b7a817.patch"; 23 - hash = "sha256-bwcR0YHlkxUdz1AKHq1m2bYI9vDVMv4x3WPsR8QEHtk="; 24 - }) 25 - ]; 26 - 27 18 strictDeps = true; 28 19 nativeBuildInputs = [ pkg-config autoreconfHook sphinx ]; 29 20