Skip to content

Commit f3c7da8

Browse files
committed
Make formula abcde depend on cd-discid
Without it, the `abcde` does not function properly: ``` [ERROR] abcde: cd-discid is not in your path. [INFO] Define the full path to the executable if it exists on your system. ```
1 parent 99c651f commit f3c7da8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Formula/a/abcde.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class Abcde < Formula
3232

3333
depends_on "pkgconf" => :build
3434

35+
depends_on "cd-discid"
3536
depends_on "cdrtools"
3637
depends_on "eye-d3"
3738
depends_on "flac"

0 commit comments

Comments
 (0)