Skip to content
This repository was archived by the owner on Mar 6, 2019. It is now read-only.

Commit 76d7c19

Browse files
committed
newicktools: Depends on flex for Linuxbrew
Fix error: flex: Command not found Closes #149. Signed-off-by: Shaun Jackman <[email protected]>
1 parent ee6f12b commit 76d7c19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

newicktools.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
class Newicktools < Formula
2+
desc "Tools for the Newick tree format"
23
homepage "https://github.com/lindenb/newicktools"
34
# tag "bioinformatics"
45

@@ -13,6 +14,7 @@ class Newicktools < Formula
1314
sha256 "be6886dfb589ee2f9c72580ef4c5e150aebc38daf7f3ca7c5d17c73e40aa901d" => :mountain_lion
1415
end
1516

17+
depends_on "flex" unless OS.mac?
1618
depends_on "graphviz" => :optional
1719

1820
def install

0 commit comments

Comments
 (0)