From 1b48e028f71c1ceb6d1f05123cedd2a4357b0142 Mon Sep 17 00:00:00 2001 From: Amar1729 Date: Sun, 11 Jul 2021 02:02:39 -0400 Subject: [PATCH] wp : "pywal" depends_on imagemagick --- wp.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/wp.rb b/wp.rb index 2fd9c92..50b4e0e 100644 --- a/wp.rb +++ b/wp.rb @@ -7,6 +7,7 @@ class Wp < Formula bottle :unneeded depends_on "coreutils" + depends_on "imagemagick" def install bin.install "wp"