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

  • Done
  • quality assurance status badge
Details
2 participants
  • Dariqq
  • Ian Eure
Owner
unassigned
Submitted by
Dariqq
Severity
normal

Debbugs page

D
D
Dariqq wrote on 14 Mar 01:14 -0700
(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
I
I
Ian Eure wrote on 15 Mar 09:05 -0700
(name . Dariqq)(address . dariqq@posteo.net)
87pliil1oi.fsf@retrospec.tv
Hi Dariqq,

Pushed as f9726d5498.

Thanks for the fix!

-- Ian
I
I
Ian Eure wrote on 15 Mar 09:05 -0700
control message for bug #77007
(address . control@debbugs.gnu.org)
87o6y2l1o9.fsf@retrospec.tv
close 77007
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 77007@patchwise.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