We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aea16c commit c170582Copy full SHA for c170582
1 file changed
pkgs/development/libraries/libunistring/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
17
"--with-libiconv-prefix=${libiconv}"
18
];
19
20
- doCheck = true;
+ doCheck = false;
21
22
/* This seems to cause several random failures like these, which I assume
23
is because of bad or missing target dependencies in their build system:
0 commit comments