libcommuni: enabled doCheck

Closes #16612.
This commit is contained in:
Meyer S. Jacobs 2016-06-30 00:46:11 -07:00 committed by Christoph Hrdinka
parent bc0a7e7d44
commit 42f52792bc

View File

@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
sed -i -e 's|/bin/pwd|pwd|g' configure
'';
doCheck = true;
meta = with stdenv.lib; {
description = "A cross-platform IRC framework written with Qt";
homepage = https://communi.github.io;