Commit 59a2e183 authored by lovedheart's avatar lovedheart Committed by GitHub

[intltool] Fix depedency

Add 'wget' for downloading required patch
parent f764e0f5
......@@ -9,7 +9,8 @@ class Intltool < Package
depends_on 'libtool'
depends_on 'perl_xml_parser'
depends_on 'patch' => 'build'
depends_on 'patch' => :build
depends_on 'wget' => :build
def self.patch
system "wget https://raw.githubusercontent.com/Alexpux/MSYS2-packages/master/intltool/perl-5.22-compatibility.patch"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment