guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 0d3faf43a0f66edb95b5e9172c34b36d63e4382f
Author: Nguyễn Gia Phong <[email protected]>
AuthorDate: Wed Aug 26 16:59:34 2026 +0900
gnu: uzdoom: Remove unused asmjit input.
It is confirmed by guix size that uzdoom is not linked
against the asmjit package.
The bundled libraries/asmjit is version 1.0.0 with modifications,
while our asmjit package is at version 1.13.0. AsmJit breaks
backward compatibility often, e.g. 1.18.0 renamed camelCase
into snake_case, and UZDoom upstream has no plan to update it.
* gnu/packages/games.scm (uzdoom)[inputs]: Remove asmjit.
Merges: https://codeberg.org/guix/guix/pulls/10847
References:
https://github.com/UZDoom/UZDoom/pull/907#issuecomment-3849590353
---
gnu/packages/games.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index ae7539c943..fe6274fb2e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5833,7 +5833,6 @@ system for UZDoom and other Doom-related projects.")
`("GUIX_UZDOOM_PREFIX" = (,#$output))))))))
(inputs (list (module-ref
(resolve-interface '(gnu packages debug)) 'cppdap)
- asmjit
bzip2
dbus
gtk+