Skip to content

Commit e871127

Browse files
committed
Corrected dependency order in brew
1 parent beba426 commit e871127

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Formula/ssh-studio.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ class SshStudio < Formula
1010
depends_on "ninja" => :build
1111
depends_on "pkg-config" => :build
1212

13-
depends_on "[email protected]"
1413
depends_on "glib"
1514
depends_on "gtk4"
1615
depends_on "libadwaita"
1716
depends_on "pygobject3"
17+
depends_on "[email protected]"
1818

1919
resource "blueprint-compiler" do
2020
url "https://gitlab.gnome.org/GNOME/blueprint-compiler/-/archive/v0.18.0/blueprint-compiler-v0.18.0.tar.gz"
@@ -80,5 +80,3 @@ def caveats
8080
system bin/"ssh-studio", "--help"
8181
end
8282
end
83-
84-

0 commit comments

Comments
 (0)