@@ -4307,7 +4307,7 @@ (define-public pfetch
(define-public fastfetch
(package
(name "fastfetch")
- (version "2.16.0")
+ (version "2.30.1")
(source
(origin
(method git-fetch)
@@ -4316,17 +4316,25 @@ (define-public fastfetch
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "112dvfx7gvp6n20i1lkd0jbh897jf7bxjxq96bj4099j3x313y3m"))))
+ (base32 "0q4q7pc28iwa34wq9crh3k5kdlzivjxlkwyin6k4vv7282qnpphs"))
+ (modules '((guix build utils)))
+ (snippet '(begin
+ (delete-file-recursively "src/3rdparty")))))
(build-system cmake-build-system)
+ (arguments
+ (list
+ #:configure-flags #~(list "-DENABLE_SYSTEM_YYJSON=ON"
+ "-DBUILD_TESTS=ON"
+ "-DINSTALL_LICENSE=OFF")))
(inputs (list dbus
glib
imagemagick
libxcb
mesa
wayland
+ yyjson
zlib)) ;for imagemagick and an #ifdef
- (native-inputs (list pkg-config))
- (arguments (list #:tests? #f)) ; no test target
+ (native-inputs (list pkg-config python-minimal))
(home-page "https://github.com/fastfetch-cli/fastfetch")
(synopsis "Display system information in a stylized manner")
(description