libcdio: fix build w/glibc-2.36

Failing Hydra build: https://hydra.nixos.org/build/193374680

+6
+6
pkgs/development/libraries/libcdio/default.nix
··· 10 }; 11 12 patches = [ 13 # pull pending upstream patch to fix build on ncurses-6.3: 14 # https://savannah.gnu.org/patch/index.php?10130 15 (fetchpatch {
··· 10 }; 11 12 patches = [ 13 + # Fixes test failure of realpath test with glibc-2.36 14 + (fetchpatch { 15 + url = "https://src.fedoraproject.org/rpms/libcdio/raw/d49ccdd9c8b4e9d57c01539f4c8948f28ce82bca/f/realpath-test-fix.patch"; 16 + sha256 = "sha256-ldAGlcf79uQ8QAt4Au8Iv6jsI6ICZXtXOKZBpyELtN8="; 17 + }) 18 + 19 # pull pending upstream patch to fix build on ncurses-6.3: 20 # https://savannah.gnu.org/patch/index.php?10130 21 (fetchpatch {