mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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
|
||
|---|---|---|
| .. | ||
| bootloader | ||
| build | ||
| home | ||
| installer | ||
| machine | ||
| packages | ||
| services | ||
| system | ||
| tests | ||
| artwork.scm | ||
| bootloader.scm | ||
| ci.scm | ||
| compression.scm | ||
| home.scm | ||
| image.scm | ||
| installer.scm | ||
| local.mk | ||
| machine.scm | ||
| packages.scm | ||
| services.scm | ||
| system.scm | ||
| tests.scm | ||