gnu: fastfetch: Update to 2.51.1.

* gnu/packages/admin.scm (fastfetch): Update to 2.51.1.
[arguments]: Remove phases.

Change-Id: I7dbd09c6ef800fe6410c60cc318b616a8ce55d8f
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Ashish SHUKLA 2025-08-29 14:32:12 +02:00 committed by Andreas Enge
parent 603b6526c9
commit a0fc8ae8c8
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -4639,7 +4639,7 @@ information tool.")
(define-public fastfetch
(package
(name "fastfetch")
(version "2.50.2")
(version "2.51.1")
(source
(origin
(method git-fetch)
@ -4648,7 +4648,7 @@ information tool.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "17pasb0cckp9pjjcmfi07lfmsg5wf59gynxq7m5w57jlzq10k3vm"))
(base32 "1c5z1mgpgm8nzxkdjfh0412zdnv1f8i1vvic2h5v99f9cmdjwr25"))
(modules '((guix build utils)))
(snippet '(begin
(delete-file-recursively "src/3rdparty")))))
@ -4666,15 +4666,7 @@ information tool.")
"/share/hwdata/pci.ids")
(string-append "-DCUSTOM_AMDGPU_IDS_PATH="
#$(this-package-input "libdrm")
"/share/libdrm/amdgpu.ids"))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-yyjson
(lambda _
;; workaround for https://github.com/fastfetch-cli/fastfetch/pull/1904
(substitute* "src/util/FFstrbuf.h"
(("\"3rdparty/yyjson/yyjson.h\"")
"<yyjson.h>")))))))
"/share/libdrm/amdgpu.ids"))))
(inputs (list dbus
glib
hwdata