sfml: fix build with clang 16

This commit is contained in:
Weijia Wang 2023-11-03 19:30:47 +01:00
parent b1b0b6e3e7
commit dc451f9641

View File

@ -37,6 +37,10 @@ stdenv.mkDerivation rec {
extraPrefix = "";
sha256 = "sha256-9dNawJaYtkugR+2NvhQOhgsf6w9ZXHkBgsDRh8yAJc0=";
})
(fetchpatch {
url = "https://github.com/SFML/SFML/commit/bf92efe9a4035fee0258386173d53556aa196e49.patch";
hash = "sha256-1htwPfpn7Z6s/3b+/i1tQ+btjr/tWv5m6IyDVMBNqQA=";
})
];
nativeBuildInputs = [ cmake ];