sfml: fix build with clang 16

+4
+4
pkgs/development/libraries/sfml/default.nix
··· 37 37 extraPrefix = ""; 38 38 sha256 = "sha256-9dNawJaYtkugR+2NvhQOhgsf6w9ZXHkBgsDRh8yAJc0="; 39 39 }) 40 + (fetchpatch { 41 + url = "https://github.com/SFML/SFML/commit/bf92efe9a4035fee0258386173d53556aa196e49.patch"; 42 + hash = "sha256-1htwPfpn7Z6s/3b+/i1tQ+btjr/tWv5m6IyDVMBNqQA="; 43 + }) 40 44 ]; 41 45 42 46 nativeBuildInputs = [ cmake ];