summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuka Blaskovic <lblasc@tvbeat.com>2019-08-24 08:34:53 +0000
committerLuka Blaskovic <lblasc@tvbeat.com>2020-01-14 08:27:00 +0000
commitc17058226ae769e3666949564904fa71beb5ded6 (patch)
tree347a9b783d6acdd4e673a4f51a1f7f74889bb811
parent2aea16c4d6ee1fa4985ad94d04f2046b2e2b6df6 (diff)
downloadnixpkgs-c17058226ae769e3666949564904fa71beb5ded6.tar
nixpkgs-c17058226ae769e3666949564904fa71beb5ded6.tar.gz
nixpkgs-c17058226ae769e3666949564904fa71beb5ded6.tar.bz2
nixpkgs-c17058226ae769e3666949564904fa71beb5ded6.tar.lz
nixpkgs-c17058226ae769e3666949564904fa71beb5ded6.tar.xz
nixpkgs-c17058226ae769e3666949564904fa71beb5ded6.tar.zst
nixpkgs-c17058226ae769e3666949564904fa71beb5ded6.zip
libunistring: disable tests
-rw-r--r--pkgs/development/libraries/libunistring/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libunistring/default.nix b/pkgs/development/libraries/libunistring/default.nix
index e02e5228aa4..2c9a13788c5 100644
--- a/pkgs/development/libraries/libunistring/default.nix
+++ b/pkgs/development/libraries/libunistring/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
     "--with-libiconv-prefix=${libiconv}"
   ];
 
-  doCheck = true;
+  doCheck = false;
 
   /* This seems to cause several random failures like these, which I assume
      is because of bad or missing target dependencies in their build system: