From 925503e1c04da5a5196ed624a74172fd0d3319c7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 19 Mar 2014 20:21:16 -0500 Subject: [PATCH] notmuch: use patch DSL --- Formula/notmuch.rb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Formula/notmuch.rb b/Formula/notmuch.rb index c618d924193..ed8386b5748 100644 --- a/Formula/notmuch.rb +++ b/Formula/notmuch.rb @@ -27,11 +27,8 @@ class Notmuch < Formula depends_on 'talloc' depends_on 'gmime' - def patches - p = [] - # Fix for mkdir behavior change in 10.9: http://notmuchmail.org/pipermail/notmuch/2013/016388.html - p << DATA - end + # Fix for mkdir behavior change in 10.9: http://notmuchmail.org/pipermail/notmuch/2013/016388.html + patch :DATA def install args = ["--prefix=#{prefix}"]