mcabber: enable tests

This commit is contained in:
Pascal Wittmann 2015-06-10 09:19:16 +02:00
parent 957d9f6d57
commit 24a218b1cc

View File

@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
buildInputs = [ openssl ncurses pkgconfig glib loudmouth libotr gpgme ];
configureFlags = "--with-openssl=${openssl} --enable-modules --enable-otr";
doCheck = true;
meta = with stdenv.lib; {
homepage = http://mcabber.com/;