Merge pull request #197539 from wegank/gmic-aarch64-darwin

gmic: fix build on aarch64-darwin

Changed files
+3
pkgs
tools
graphics
+3
pkgs/tools/graphics/gmic/default.nix
···
# CMake build files were moved to subdirectory.
mv resources/CMakeLists.txt resources/cmake .
+
'' + lib.optionalString stdenv.isDarwin ''
+
substituteInPlace CMakeLists.txt \
+
--replace "LD_LIBRARY_PATH" "DYLD_LIBRARY_PATH"
'';
passthru = {