sfml: fix build with clang 16
This commit is contained in:
parent
b1b0b6e3e7
commit
dc451f9641
1 changed files with 4 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue