Skip to content

Commit

Permalink
versioned_dependencies_conflicts_allowlist: add emscripten
Browse files Browse the repository at this point in the history
The conflict comes from the version of Python used by `node`, but this
conflict is not a problem. (In fact, Node uses the first `python3` that
a user has in their `PATH` on macOS with no problems.)
  • Loading branch information
carlocab committed Mar 7, 2022
1 parent 9b2152f commit 89d47ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/emscripten.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
class Emscripten < Formula
desc "LLVM bytecode to JavaScript compiler"
homepage "https://emscripten.org/"
# TODO: Remove from versioned dependency conflict allowlist when `python`
# symlink is migrated to `python@3.10`.
url "https://github.com/emscripten-core/emscripten/archive/3.1.6.tar.gz"
sha256 "84ee896bd14916ad1c9e0ade3f62b94fd2a2d8db34bd1f037bc99fe26d01f810"
license all_of: [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
"anjuta",
"coin3d",
"emscripten",
"freedink",
"gjs",
"hive",
Expand Down

0 comments on commit 89d47ab

Please sign in to comment.