Skip to content

Commit fdcfa7d

Browse files
authored
fastfetch: disable system yyjson
Fixes: fastfetch-cli/fastfetch#1998
1 parent 45c66ae commit fdcfa7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/f/fastfetch.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ class Fastfetch < Formula
44
url "https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.54.0.tar.gz"
55
sha256 "e6a0516364bc0a4991a588537ee2abb538b86db41f7d9dff795d49baec990529"
66
license "MIT"
7+
revision 1
78
head "https://github.com/fastfetch-cli/fastfetch.git", branch: "dev"
89

910
livecheck do
@@ -27,7 +28,6 @@ class Fastfetch < Formula
2728
depends_on "pkgconf" => :build
2829
depends_on "[email protected]" => :build
2930
depends_on "vulkan-loader" => :build
30-
depends_on "yyjson"
3131

3232
uses_from_macos "sqlite" => :build
3333
uses_from_macos "zlib" => :build
@@ -51,7 +51,7 @@ def install
5151
args = %W[
5252
-DCMAKE_INSTALL_SYSCONFDIR=#{etc}
5353
-DBUILD_FLASHFETCH=OFF
54-
-DENABLE_SYSTEM_YYJSON=ON
54+
-DENABLE_SYSTEM_YYJSON=OFF
5555
]
5656
system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args
5757
system "cmake", "--build", "build"

0 commit comments

Comments
 (0)