(address . guix-patches@gnu.org)(name . Dariqq)(address . dariqq@posteo.net)
Hi Guix,
This little patch series removes the bundled yyjson from fastfetch and adds more configure options to make the package work better with guix.
The most significant change is switching to dynamically linking against the optional dependencies of fastfetch (instead of dlopening them at runtime) to avoid manually writing out a wrapper setting LD_LIBRARY_PATH.
Finally there is an update to the latest version.
With the 2.17.0 release the option "ENABLE_PROPRIETARY_GPU_DRIVER_API" was removed (https://github.com/fastfetch-cli/fastfetch/blob/dev/CHANGELOG.md#2170).Is that a problem with FSDG?
Dariqq (4):
gnu: Add yyjson.
gnu: fastfetch: Unbundle yyjson.
gnu: fastfetch: Add more configure flags.
gnu: fastfetch: Update to 2.17.2.
gnu/packages/admin.scm | 25 +++++++++++++++++++++----
gnu/packages/c.scm | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+), 4 deletions(-)
base-commit: 5905b4728776d6a6e6e5587f46fc0d633df6907c
--
2.45.2