mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #284569 from wegank/tev-gcc-13
tev: fix build with gcc 13
This commit is contained in:
commit
24e3450a85
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user