emacsPackages.zmq: fix build when strictDeps is enabled

This commit is contained in:
Lin Jian
2025-02-05 07:48:38 +08:00
parent 544a3883c5
commit d5f17b0e32
@@ -597,11 +597,13 @@ let
export EZMQ_LIBDIR=$(mktemp -d)
make
'';
nativeBuildInputs = old.nativeBuildInputs ++ [
nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [
pkgs.autoconf
pkgs.automake
pkgs.pkg-config
pkgs.libtool
];
buildInputs = old.buildInputs or [ ] ++ [
(pkgs.zeromq.override { enableDrafts = true; })
];
postInstall = (old.postInstall or "") + "\n" + ''