mcabber: enable tests
This commit is contained in:
parent
957d9f6d57
commit
24a218b1cc
|
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
configureFlags = "--with-openssl=${openssl} --enable-modules --enable-otr";
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://mcabber.com/;
|
||||
description = "Small Jabber console client";
|
||||
|
|
Loading…
Reference in New Issue