Skip to content

Commit 95bed14

Browse files
committed
code-server: Depends on libsecret for Linux
It's not spelled out explicitly in the dependencies, but it's mentioned as a step here: coder/code-server#735 (comment)
1 parent e57caba commit 95bed14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Formula/code-server.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class CodeServer < Formula
1414
depends_on "[email protected]" => :build
1515
depends_on "yarn" => :build
1616
depends_on "node"
17+
depends_on "libsecret" unless OS.mac?
1718

1819
def install
1920
system "yarn", "--production"

0 commit comments

Comments
 (0)