camlistore: add sqlite dependency.
Closes Homebrew/homebrew#25188. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
d3bcf0b237
commit
ca73cd463f
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ class Camlistore < Formula
|
|||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'go' => :build
|
||||
depends_on 'sqlite'
|
||||
|
||||
def install
|
||||
ENV['GIT_DIR'] = cached_download+".git"
|
||||
|
|
Loading…
Reference in a new issue