Merge pull request #284569 from wegank/tev-gcc-13

tev: fix build with gcc 13
This commit is contained in:
Weijia Wang 2024-01-29 21:16:53 +01:00 committed by GitHub
commit 24e3450a85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
--prefix PATH ":" "${gnome.zenity}/bin"
'';
env.CXXFLAGS = "-include cstdint";
meta = with lib; {
description = "A high dynamic range (HDR) image comparison tool";
longDescription = ''