foundationdb61: fix build w/glibc-2.30

+6
+6
pkgs/servers/foundationdb/default.nix
··· 24 24 sha256 = "11y434w68cpk7shs2r22hyrpcrqi8vx02cw7v5x79qxvnmdxv2an"; 25 25 }; 26 26 27 + glibc230-fix = fetchpatch { 28 + url = "https://github.com/Ma27/foundationdb/commit/e133cb974b9a9e4e1dc2d4ac15881d31225c0197.patch"; 29 + sha256 = "1v9q2fyc73msigcykjnbmfig45zcrkrzcg87b0r6mxpnby8iryl1"; 30 + }; 31 + 27 32 in with builtins; { 28 33 29 34 # Older versions use the bespoke 'vsmake' build system ··· 76 81 patches = [ 77 82 ./patches/clang-libcxx.patch 78 83 ./patches/suppress-clang-warnings.patch 84 + glibc230-fix 79 85 ]; 80 86 }; 81 87