GNU bug report logs

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

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to sharlatanus@gmail.com, guix-patches@gnu.org:
bug#77007; Package guix-patches. (Fri, 14 Mar 2025 08:16:02 GMT) (full text, mbox, link).


Acknowledgement sent to Dariqq <dariqq@posteo.net>:
New bug report received and forwarded. Copy sent to sharlatanus@gmail.com, guix-patches@gnu.org. (Fri, 14 Mar 2025 08:16:02 GMT) (full text, mbox, link).


Message #5 received at submit@debbugs.gnu.org (full text, mbox, reply):

From: Dariqq <dariqq@posteo.net>
To: guix-patches@gnu.org
Cc: Dariqq <dariqq@posteo.net>
Subject: [PATCH] gnu: fastfetch: Fix path to amdgpu ids.
Date: Fri, 14 Mar 2025 08:14:40 +0000
* 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(-)

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





Information forwarded to guix-patches@gnu.org:
bug#77007; Package guix-patches. (Sat, 15 Mar 2025 16:06:02 GMT) (full text, mbox, link).


Message #8 received at 77007@debbugs.gnu.org (full text, mbox, reply):

From: Ian Eure <ian@retrospec.tv>
To: Dariqq <dariqq@posteo.net>
Cc: Sharlatan Hellseher <sharlatanus@gmail.com>, 77007@debbugs.gnu.org
Subject: Re: [bug#77007] [PATCH] gnu: fastfetch: Fix path to amdgpu ids.
Date: Sat, 15 Mar 2025 09:05:17 -0700
Hi Dariqq,

Pushed as f9726d5498.

Thanks for the fix!

 -- Ian




bug closed, send any further explanations to 77007@debbugs.gnu.org and Dariqq <dariqq@posteo.net> Request was from Ian Eure <ian@retrospec.tv> to control@debbugs.gnu.org. (Sat, 15 Mar 2025 16:06:03 GMT) (full text, mbox, link).


bug archived. Request was from Debbugs Internal Request <help-debbugs@gnu.org> to internal_control@debbugs.gnu.org. (Sun, 13 Apr 2025 11:24:22 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Wed Apr 16 03:23:00 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.