14 stdenv.mkDerivation rec {
19 url = "mirror://samba/tevent/${pname}-${version}.tar.gz";
20 sha256 = "15k6i8ad5lpxfjsjyq9h64zlyws8d3cm0vwdnaw8z1xjwli7hhpq";
35 readline # required to build python
39 wafPath = "buildtools/bin/waf";
42 "--bundled-libraries=NONE"
43 "--builtin-libraries=replace"
47 description = "An event system based on the talloc memory management library";
48 homepage = "https://tevent.samba.org/";
49 license = licenses.lgpl3Plus;
50 platforms = platforms.all;