1
0
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:
Dariqq
2025-03-14 08:14:40 +00:00
committed by Ian Eure
parent 73d6a935fe
commit f9726d5498
+1 -1
View File
@@ -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