jsonnet: fix component order

This commit is contained in:
commitay 2018-09-21 14:06:30 +10:00
parent ddc4a247a6
commit 626863a896

View file

@ -12,10 +12,10 @@ class Jsonnet < Formula
sha256 "813122fb2e3cb40932a4c270ed9b9163055df3898a2868bda9e18cf06b403e24" => :el_capitan
end
needs :cxx11
depends_on :macos => :mavericks
needs :cxx11
def install
ENV.cxx11
system "make"