diff --git a/pkgs/development/libraries/libcommuni/default.nix b/pkgs/development/libraries/libcommuni/default.nix index f4cc5f00975..77d8ad8da89 100644 --- a/pkgs/development/libraries/libcommuni/default.nix +++ b/pkgs/development/libraries/libcommuni/default.nix @@ -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;