I installed JuliaPro 0.6 on a Mac and when I tried to build the ImageView package it failed.
The error was in the Gtk package:
LoadError: SystemError: opening file /Applications/JuliaPro-0.6.0.1.app/Contents/Resources/pkgs-0.6.0.1/v0.6/Homebrew/deps/usr/Library/Taps/homebrew/homebrew-core/Formula/gnome-icon-theme.rb: No such file or directory while loading /Applications/JuliaPro-0.6.0.1.app/Contents/Resources/pkgs-0.6.0.1/v0.6/Gtk/deps/build.jl, in expression starting on line 59
The original change was in the homebrew package - in an older version this file “gnome-icon-theme.rb” does exist.
When I added your line in gnome-icon-theme.rb in the “bottle do” loop (is that the correct place?)
and I tried to build, the file was overwritten by the version from the git.
Same case when I just added the missing file (gnome-icon-theme.rb) to the directory where it is missing from - upon building it was deleted (I assume it takes the latest from git?).