GNU bug report logs -
#71968
[PATCH 0/4] fastfetch: Unbundle yyjson and package improvements
Previous Next
Reported by: Dariqq <dariqq <at> posteo.net>
Date: Sat, 6 Jul 2024 07:28:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
In the rare case that someone is reading this, I rebased things again and bumped the fastfetch version to the latest version.
I simplified things a bit by doing the unbundling of yyjson and the package update in the same commit s.t. I don't have to add the previous yyjson version as well.
* The package currently is violating the guix packaging guidelines by bundling dependencies
* Some of the optional features that are currently enabled don't work because fastfetch wants to dlopen the relevant so at runtime:
Look at 'fastfetch -c all --show-errors' and observe e.g.
Media: Failed to load DBus library
OpenGL: dlopen egl failed
To avoid writing out a wrapper for LD_LIBRARY_PATH I am changing to dynamic linking instead (which also makes it easier if others want to create a variant that has more stuff enabled)
Lastly overwriting the path to pci.ids and amdgpu.ids , the default paths assume a FHS layout.
Dariqq (3):
gnu: Add yyjson.
gnu: fastfetch: Update to 2.30.1.
gnu: fastfetch: Add more configure flags.
gnu/packages/admin.scm | 26 ++++++++++++++++++++++----
gnu/packages/c.scm | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+), 4 deletions(-)
base-commit: 129641fcd2956d6c571b792efe703da545f18c0a
--
2.46.0
This bug report was last modified 125 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.