joplin: fix dependency order
This commit is contained in:
parent
967fad602c
commit
57f931bdba
1 changed files with 1 additions and 1 deletions
|
@ -13,8 +13,8 @@ class Joplin < Formula
|
|||
sha256 "31dc475569b7560849bc43456a17c7154f27d75d5d5488528acea80b3ea9c0f1" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "node"
|
||||
depends_on "python@2" => :build
|
||||
depends_on "node"
|
||||
|
||||
def install
|
||||
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
|
||||
|
|
Loading…
Reference in a new issue