Skip to content

Commit c170582

Browse files
committed
libunistring: disable tests
1 parent 2aea16c commit c170582

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/development/libraries/libunistring/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
1717
"--with-libiconv-prefix=${libiconv}"
1818
];
1919

20-
doCheck = true;
20+
doCheck = false;
2121

2222
/* This seems to cause several random failures like these, which I assume
2323
is because of bad or missing target dependencies in their build system:

0 commit comments

Comments
 (0)