add libevent
svn path=/nixpkgs/trunk/; revision=6678
This commit is contained in:
parent
921c08c7b3
commit
7ac4f700a3
10
pkgs/development/libraries/libevent/default.nix
Normal file
10
pkgs/development/libraries/libevent/default.nix
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{stdenv, fetchurl}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "libevent-1.1b";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = http://monkey.org/~provos/libevent-1.1b.tar.gz;
|
||||||
|
md5 = "ec8dac612aa43ed172f300f396fcec49";
|
||||||
|
};
|
||||||
|
}
|
@ -1286,6 +1286,10 @@ rec {
|
|||||||
inherit fetchurl stdenv libdvdcss;
|
inherit fetchurl stdenv libdvdcss;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
libevent = (import ../development/libraries/libevent) {
|
||||||
|
inherit fetchurl stdenv;
|
||||||
|
};
|
||||||
|
|
||||||
libexif = (import ../development/libraries/libexif) {
|
libexif = (import ../development/libraries/libexif) {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user