lol

blender: fix libOpenCL path

+4 -3
+4 -3
pkgs/applications/misc/blender/default.nix
··· 2 2 , ilmbase, libXi, libX11, libXext, libXrender 3 3 , libjpeg, libpng, libsamplerate, libsndfile 4 4 , libtiff, mesa, openal, opencolorio, openexr, openimageio, openjpeg_1, python 5 - , zlib, fftw, opensubdiv, freetype, jemalloc 5 + , zlib, fftw, opensubdiv, freetype, jemalloc, ocl-icd 6 6 , jackaudioSupport ? false, libjack2 7 7 , cudaSupport ? false, cudatoolkit 8 8 , colladaSupport ? true, opencollada ··· 29 29 ++ optional cudaSupport cudatoolkit 30 30 ++ optional colladaSupport opencollada; 31 31 32 - postUnpack = 32 + postPatch = 33 33 '' 34 - substituteInPlace */doc/manpage/blender.1.py --replace /usr/bin/python ${python}/bin/python3 34 + substituteInPlace doc/manpage/blender.1.py --replace /usr/bin/python ${python}/bin/python3 35 + substituteInPlace extern/clew/src/clew.c --replace '"libOpenCL.so"' '"${ocl-icd}/lib/libOpenCL.so"' 35 36 ''; 36 37 37 38 cmakeFlags =