GNU bug report logs - #77007
[PATCH] gnu: fastfetch: Fix path to amdgpu ids.

Previous Next

Package: guix-patches;

Reported by: Dariqq <dariqq <at> posteo.net>

Date: Fri, 14 Mar 2025 08:16:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77007 in the body.
You can then email your comments to 77007 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to sharlatanus <at> gmail.com, guix-patches <at> gnu.org:
bug#77007; Package guix-patches. (Fri, 14 Mar 2025 08:16:02 GMT) Full text and rfc822 format available.

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

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

From: Dariqq <dariqq <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Dariqq <dariqq <at> 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 <at> gnu.org:
bug#77007; Package guix-patches. (Sat, 15 Mar 2025 16:06:02 GMT) Full text and rfc822 format available.

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

From: Ian Eure <ian <at> retrospec.tv>
To: Dariqq <dariqq <at> posteo.net>
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>, 77007 <at> 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 <at> debbugs.gnu.org and Dariqq <dariqq <at> posteo.net> Request was from Ian Eure <ian <at> retrospec.tv> to control <at> debbugs.gnu.org. (Sat, 15 Mar 2025 16:06:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 13 Apr 2025 11:24:22 GMT) Full text and rfc822 format available.

This bug report was last modified 69 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.