Merge #284016: rawtherapee: fixup build
This commit is contained in:
commit
2c158b0deb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue