Fix compilation on Mac OS Sierra

The `xsltproc` utility is missing some xsl files, which are now
installed on the system by the `docbook-xsl` package.

Fixes #939
This commit is contained in:
Frank LENORMAND 2016-11-28 18:03:45 +03:00
parent 2f3a7112ea
commit 2bec452006

View File

@ -5,7 +5,8 @@ class Kakoune < Formula
head "https://github.com/mawww/kakoune.git"
depends_on 'boost'
depends_on 'asciidoc' => :build
depends_on 'docbook-xsl' => :build
depends_on 'asciidoc' => [:build, 'with-docbook-xsl']
def install
cd 'src' do