phantomjs: add patch to fix deprecation warning.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
eb4ae6aa4d
commit
ecba326a18
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ class Phantomjs < Formula
|
||||||
|
|
||||||
def patches
|
def patches
|
||||||
[
|
[
|
||||||
'https://github.com/ariya/phantomjs/commit/fe6a96.patch'
|
'https://github.com/ariya/phantomjs/commit/fe6a96.patch',
|
||||||
|
'https://github.com/mikemcquaid/phantomjs/commit/50e046.patch',
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue