15 , withPython ? true, python3
18 stdenv.mkDerivation rec {
20 version = "unstable-2022-09-17";
22 src = fetchFromGitHub {
25 rev = "6e8c45fb150185b3356220e5f99478f20408ee49";
26 sha256 = "sha256-UVBA1vXOuLg4RT+BdF4rhbZ6I9ySeZX0N81gh3MH84I=";
30 sed '1i#include <memory>' -i \
31 include/geometry/poly_double.h include/noise/noise_generator.h # gcc12
35 NIX_CFLAGS_COMPILE+=" -isystem ${ilmbase.dev}/include/OpenEXR"
53 ] ++ lib.optional withPython python3;
56 description = "Free, open source raytracer";
57 downloadPage = "https://github.com/YafaRay/libYafaRay";
58 homepage = "http://www.yafaray.org";
59 maintainers = with maintainers; [ hodapp ];
60 license = licenses.lgpl21;
61 platforms = [ "aarch64-linux" "x86_64-linux" ];
65 # TODO: Add optional Ruby support
66 # TODO: Add Qt support? (CMake looks for it, but what for?)