guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#71968] [PATCH v2 0/5] fastfetch: Unbundle yyjson and package improv


From: Dariqq
Subject: [bug#71968] [PATCH v2 0/5] fastfetch: Unbundle yyjson and package improvements
Date: Sun, 14 Jul 2024 07:42:51 +0000

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?

Changes in v2:
Update to the latest fastfetch release which also needs a newer yyjson.

Dariqq (5):
  gnu: Add yyjson.
  gnu: fastfetch: Unbundle yyjson.
  gnu: fastfetch: Add more configure flags.
  gnu: yyjson: Update to 0.10.0.
  gnu: fastfetch: Update to 2.18.1.

 gnu/packages/admin.scm | 23 ++++++++++++++++++++---
 gnu/packages/c.scm     | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+), 3 deletions(-)


base-commit: c1d367f57e89c3f2efd964e6d638bd89b0b1df97
-- 
2.45.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]