mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
603b6526c9
commit
a0fc8ae8c8
1 changed files with 3 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue