mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: fastfetch: Fix path to amdgpu ids.
* gnu/packages/admin.scm (fastfetch)[configure-flags]: Add missing / separator. Change-Id: Ie5fb1c5b29579df3876f5d3f1d5db52cdb7332da Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
73d6a935fe
commit
f9726d5498
1 changed files with 1 additions and 1 deletions
|
@ -4682,7 +4682,7 @@ information tool.")
|
|||
"/share/hwdata/pci.ids")
|
||||
(string-append "-DCUSTOM_AMDGPU_IDS_PATH="
|
||||
#$(this-package-input "libdrm")
|
||||
"share/libdrm/amdgpu.ids"))))
|
||||
"/share/libdrm/amdgpu.ids"))))
|
||||
(inputs (list dbus
|
||||
glib
|
||||
hwdata
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue