mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
Merge pull request #144405 from sternenseemann/utf8cpp-fix-darwin
This commit is contained in:
commit
fe8f32259e
@ -18,7 +18,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
doCheck = true;
|
||||
# Tests fail on darwin, probably due to a bug in the test framework:
|
||||
# https://github.com/nemtrif/utfcpp/issues/84
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/nemtrif/utfcpp";
|
||||
|
Loading…
Reference in New Issue
Block a user