Skip to content

Commit

Permalink
wrangler: use patch DSL
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Mar 21, 2014
1 parent ff26cc6 commit 33413ca
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Formula/wrangler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ class Wrangler < Formula

depends_on 'erlang'

def patches
# Respect $CC during compilation. Merged upstream:
# https://github.com/RefactoringTools/wrangler/pull/41
DATA
end
# Respect $CC during compilation. Merged upstream:
# https://github.com/RefactoringTools/wrangler/pull/41
patch :DATA

def install
ENV.deparallelize
Expand Down

0 comments on commit 33413ca

Please sign in to comment.