3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-10 19:27:07 +00:00

Merge pull request from TeaEngineering/shuckc/brew-tcl-tk

require tcl-tk in Brewfile
This commit is contained in:
Eddie Hung 2019-08-22 11:32:44 -07:00 committed by GitHub
commit 926cd10350
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,3 +6,4 @@ brew "git"
brew "graphviz"
brew "pkg-config"
brew "python3"
brew "tcl-tk"