about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-29 21:16:53 +0100
committerGitHub <noreply@github.com>2024-01-29 21:16:53 +0100
commit24e3450a8527c4ca836d502635b08f77c6cc34ee (patch)
tree664f8afd6c81de03bb117a053e99a4908142f485 /pkgs/applications/graphics
parentdf1e050b7f0b4937438818e83bb8b99a504a59bf (diff)
parent3c6e0b0d3824746080feab6ef9cf65d76cfabd66 (diff)
downloadnixlib-24e3450a8527c4ca836d502635b08f77c6cc34ee.tar
nixlib-24e3450a8527c4ca836d502635b08f77c6cc34ee.tar.gz
nixlib-24e3450a8527c4ca836d502635b08f77c6cc34ee.tar.bz2
nixlib-24e3450a8527c4ca836d502635b08f77c6cc34ee.tar.lz
nixlib-24e3450a8527c4ca836d502635b08f77c6cc34ee.tar.xz
nixlib-24e3450a8527c4ca836d502635b08f77c6cc34ee.tar.zst
nixlib-24e3450a8527c4ca836d502635b08f77c6cc34ee.zip
Merge pull request #284569 from wegank/tev-gcc-13
tev: fix build with gcc 13
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/tev/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/tev/default.nix b/pkgs/applications/graphics/tev/default.nix
index 88afa4a5fbca..ff97eb65f17c 100644
--- a/pkgs/applications/graphics/tev/default.nix
+++ b/pkgs/applications/graphics/tev/default.nix
@@ -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 = ''