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 once again again.
* 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 libEGL.so 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).
Per the request of upstream [1] building of flashfetch is also disabled.
Lastly overwriting the path to pci.ids and amdgpu.ids , the default paths assume a FHS layout.
Also fixed the accidental null character in the yyjson descritpion.
[1] https://github.com/fastfetch-cli/fastfetch/releases/tag/2.33.0
Dariqq (3):
gnu: Add yyjson.
gnu: fastfetch: Update to 2.34.1.
gnu: fastfetch: Add more configure flags.
gnu/packages/admin.scm | 27 +++++++++++++++++++++++----
gnu/packages/c.scm | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+), 4 deletions(-)
base-commit: 9d7a9b6dc655ec6dd3cdb6f50fea1ca98f12fb8d
--
2.47.1
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.