summary refs log tree commit diff
path: root/pkgs/development/libraries/libcommuni
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2018-07-16 16:26:31 +0000
committerJan Malakhovski <oxij@oxij.org>2018-07-17 14:41:53 +0000
commit4d93021846cd04619c280d6fc9753ffc2c480514 (patch)
treeaf81429cba8e623db8ff3688c8ab36ae159047da /pkgs/development/libraries/libcommuni
parenta3aedd137260f7ec67831c725e12fa80a940e1da (diff)
downloadnixpkgs-4d93021846cd04619c280d6fc9753ffc2c480514.tar
nixpkgs-4d93021846cd04619c280d6fc9753ffc2c480514.tar.gz
nixpkgs-4d93021846cd04619c280d6fc9753ffc2c480514.tar.bz2
nixpkgs-4d93021846cd04619c280d6fc9753ffc2c480514.tar.lz
nixpkgs-4d93021846cd04619c280d6fc9753ffc2c480514.tar.xz
nixpkgs-4d93021846cd04619c280d6fc9753ffc2c480514.tar.zst
nixpkgs-4d93021846cd04619c280d6fc9753ffc2c480514.zip
libcommuni: disable checks as tests are run in installcheck
Diffstat (limited to 'pkgs/development/libraries/libcommuni')
-rw-r--r--pkgs/development/libraries/libcommuni/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libcommuni/default.nix b/pkgs/development/libraries/libcommuni/default.nix
index 0788236b601..f247c48821f 100644
--- a/pkgs/development/libraries/libcommuni/default.nix
+++ b/pkgs/development/libraries/libcommuni/default.nix
@@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
 
   # The tests fail on darwin because of install_name if they run
   # before the frameworks are installed.
+  doCheck = false;
   doInstallCheck = true;
   installCheckTarget = "check";