Merge #284016: rawtherapee: fixup build

This commit is contained in:
Vladimír Čunát 2024-01-26 16:55:12 +01:00
commit 2c158b0deb
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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