guix/gnu
Ian Eure 6c6e7ada01
gnu: emacs-emms-print-metadata: Fix build.
This package is failing to build, with:

    ld: cannot find -lz: No such file or directory

...because `taglib-config --cflags --libs' is included in the gcc arguments,
and includes "-lz".  Since zlib isn’t in the inputs, it can’t be found, and
the build fails.  Adding it to the package inputs allows the build to succeed.

Re #5592.

* gnu/packages/emacs-xyz.scm (emacs-emms-print-metadata): Add zlib to inputs.

Change-Id: I07eaf91e3891f2d0da9f4d0acd166535fb8b58ab
2026-01-23 18:15:20 -08:00
..
bootloader gnu: install-starfive-visionfive2-uEnv.txt: Set extra options. 2026-01-16 20:23:47 +01:00
build Merge branch 'version-1.5.0' 2026-01-22 13:27:13 +01:00
home services: configuration: Generalize 'list-of-packages?' 2026-01-09 15:22:44 +01:00
installer installer: kernel: Accept empty list as kernel. 2026-01-21 14:19:46 +01:00
machine
packages gnu: emacs-emms-print-metadata: Fix build. 2026-01-23 18:15:20 -08:00
services gnu: Break circular module cycle. 2026-01-23 16:57:07 -08:00
system Merge branch 'version-1.5.0' 2026-01-22 13:27:13 +01:00
tests tests: Add Fedora foreign distribution test. 2026-01-19 19:28:11 +01:00
artwork.scm
bootloader.scm
ci.scm
compression.scm
home.scm
image.scm
installer.scm installer: Drop uri from provenance log. 2025-12-22 23:00:46 +01:00
local.mk Merge branch 'version-1.5.0' 2026-01-22 13:27:13 +01:00
machine.scm
packages.scm
services.scm
system.scm system: operating-system-etc-service: Unset GUIX_PROFILE. 2026-01-04 12:46:57 +01:00
tests.scm