Skip to content

Commit

Permalink
Merge #284016: rawtherapee: fixup build
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jan 26, 2024
2 parents bf15de8 + 69963e5 commit 2c158b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/graphics/rawtherapee/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ stdenv.mkDerivation rec {
"-Wno-deprecated-declarations"
"-Wno-unused-result"
];
env.CXXFLAGS = "-include cstdint"; # needed at least with gcc13 on aarch64-linux

postInstall = lib.optionalString stdenv.isDarwin ''
mkdir -p $out/Applications/RawTherapee.app $out/bin
Expand Down

0 comments on commit 2c158b0

Please sign in to comment.