Skip to content

Commit 6e2f823

Browse files
committed
Update firefox.rb
1 parent aa0bec1 commit 6e2f823

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/firefox.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Firefox < Formula
2-
desc "you know"
2+
desc "You know"
33
homepage "https://mozilla.org"
44
url "https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py"
55
version "1.2"
66
sha256 "348d4dd6222fa5a5a796f4edc51228905a7f0a67f5301eb054e2f24640f76e82"
7-
license ""
7+
license "MIT"
88

9-
depends_on "mercurial"
10-
depends_on "git-cinnabar"
11-
12-
uses_from_macos "python"
9+
depends_on "git-cinnabar" => :build
10+
depends_on "mercurial" => :build
11+
depends_on "[email protected]" => :build
1312

1413
def install
15-
system "python3", "bootstrap.py", "--vcs=git"
14+
system "which", "python3"
15+
system "python3", "bootstrap.py", "--vcs=git", "--no-interactive"
1616
system "hg", "up", "-C", "central"
1717
system "./mach", "build"
1818
end

0 commit comments

Comments
 (0)