zmq: add enableDrafts option
This is needed by emacs-zmq, and will be used by it.
This commit is contained in:
@@ -434,7 +434,10 @@ let
|
||||
};
|
||||
stripDebugList = [ "share" ];
|
||||
packageRequires = [ emacs ];
|
||||
nativeBuildInputs = [ external.autoconf external.automake external.pkgconfig external.libtool external.zeromq ];
|
||||
nativeBuildInputs = [
|
||||
external.autoconf external.automake external.pkgconfig external.libtool
|
||||
(external.zeromq.override { enableDrafts = true; })
|
||||
];
|
||||
preBuild = ''
|
||||
make
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user