docker-machine-driver-xhyve: remove options
This commit is contained in:
parent
330b0510ea
commit
c255a20d2c
1 changed files with 1 additions and 1 deletions
|
@ -16,8 +16,8 @@ class DockerMachineDriverXhyve < Formula
|
|||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
depends_on "docker-machine"
|
||||
depends_on :macos => :yosemite
|
||||
depends_on "docker-machine" => :recommended
|
||||
|
||||
def install
|
||||
(buildpath/"gopath/src/github.com/zchee/docker-machine-driver-xhyve").install Dir["{*,.git,.gitignore,.gitmodules}"]
|
||||
|
|
Loading…
Reference in a new issue