From 42f52792bc3bf0c5e4508b04a11fb3c418d34994 Mon Sep 17 00:00:00 2001 From: "Meyer S. Jacobs" Date: Thu, 30 Jun 2016 00:46:11 -0700 Subject: [PATCH] libcommuni: enabled doCheck Closes #16612. --- pkgs/development/libraries/libcommuni/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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;