Add pandoc.

This commit is contained in:
Ivan Malison 2014-10-12 21:00:52 -07:00
parent 07dd4f18c3
commit b7ecdbae1c
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 26b8ed54d1b5e42de234320ddbf7a7bf1b8c27c5
Subproject commit aa9d29fd344f3c647c6990fd05477c3bc930e16e

View File

@ -31,7 +31,7 @@ SHOULD_INSTALL = (
"sbt", "node", "npm"
)
MISC = ("file-formula", "less", "openssh --with-brewed-openssl",
"perl518", "rsync", "svn", "unzip", "docker", "boot2docker")
"perl518", "rsync", "svn", "unzip", "docker", "boot2docker", "pandoc")
CASKS = ('alfred', 'caffeine', 'flux', 'google-chrome', 'iterm2', 'spotify', 'vlc', 'virtualbox')
@ctask