emacsPackages.zmq: fix build when strictDeps is enabled
This commit is contained in:
@@ -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" + ''
|
||||
|
||||
Reference in New Issue
Block a user