[PATCH] gnu: fastfetch: Fix path to amdgpu ids.

  • Open
  • quality assurance status badge
Details
One participant
  • Dariqq
Owner
unassigned
Submitted by
Dariqq
Severity
normal

Debbugs page

Dariqq wrote 20 hours ago
(address . guix-patches@gnu.org)(name . Dariqq)(address . dariqq@posteo.net)
958806ea25266e47336e03b7c3f63270d8948bae.1741940080.git.dariqq@posteo.net
* gnu/packages/admin.scm (fastfetch)[configure-flags]: Add missing / separator.

Change-Id: Ie5fb1c5b29579df3876f5d3f1d5db52cdb7332da
---
gnu/packages/admin.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (17 lines)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 8b7183a96a..9aa86eddb5 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4682,7 +4682,7 @@ (define-public fastfetch
"/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

base-commit: 92124591eedf27e988c84f75acd4b4d99ff43122
--
2.48.1
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 77007@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 77007
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help