mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-15 05:35:53 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user