emacs: add zlib dependency
libxml2 no longer propagates it, so some emacs variants are now missing it (-nox, -macports). Example log: https://hydra.nixos.org/build/267222140/nixlog/2/tail
This commit is contained in:
parent
64c6a981fe
commit
adb4258ce2
@ -60,6 +60,7 @@
|
||||
, texinfo
|
||||
, webkitgtk
|
||||
, wrapGAppsHook3
|
||||
, zlib
|
||||
|
||||
# Boolean flags
|
||||
, withNativeCompilation ? stdenv.buildPlatform.canExecute stdenv.hostPlatform
|
||||
@ -250,6 +251,7 @@ mkDerivation (finalAttrs: {
|
||||
glib-networking
|
||||
] ++ lib.optionals withNativeCompilation [
|
||||
libgccjit
|
||||
zlib
|
||||
] ++ lib.optionals withImageMagick [
|
||||
imagemagick
|
||||
] ++ lib.optionals withPgtk [
|
||||
|
Loading…
Reference in New Issue
Block a user