aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dub.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/dub.rb')
-rw-r--r--Library/Formula/dub.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/dub.rb b/Library/Formula/dub.rb
index 617bfdd5e..31b98311b 100644
--- a/Library/Formula/dub.rb
+++ b/Library/Formula/dub.rb
@@ -1,5 +1,3 @@
-require "formula"
-
class Dub < Formula
homepage "http://code.dlang.org/about"
url "https://github.com/D-Programming-Language/dub/archive/v0.9.22.tar.gz"
@@ -17,7 +15,6 @@ class Dub < Formula
depends_on "dmd" => :build
def install
- ENV["GIT_DIR"] = cached_download/".git"
system "./build.sh"
bin.install "bin/dub"
end