libevent: split into multiple outputs
Hopefully all references are fixed.
This commit is contained in:
@@ -8,14 +8,14 @@ stdenv.mkDerivation {
|
||||
url = "mirror://sourceforge/levent/libevent-${version}-stable.tar.gz";
|
||||
sha256 = "18qz9qfwrkakmazdlwxvjmw8p76g70n3faikwvdwznns1agw9hki";
|
||||
};
|
||||
postPatch = "patchShebangs event_rpcgen.py";
|
||||
|
||||
outputs = [ "dev" "out" ];
|
||||
outputBin = "dev";
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [ python ] ++ stdenv.lib.optional stdenv.isCygwin findutils;
|
||||
|
||||
patchPhase = ''
|
||||
patchShebangs event_rpcgen.py
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Event notification library";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user