From 7f59b4b5295b58659064a91d0bcc8e8a11d0b351 Mon Sep 17 00:00:00 2001 From: Ryan Burns Date: Sat, 18 Sep 2021 11:25:45 -0700 Subject: [PATCH] sourceHighlight: fix build on darwin Clang has trouble compiling the tests, so re-disable building them pending an upstream fix. --- pkgs/tools/text/source-highlight/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/text/source-highlight/default.nix b/pkgs/tools/text/source-highlight/default.nix index 0732bf59c62..8817b7a09fd 100644 --- a/pkgs/tools/text/source-highlight/default.nix +++ b/pkgs/tools/text/source-highlight/default.nix @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { configureFlags = [ "--with-boost=${boost.out}" ]; - doCheck = true; + doCheck = !stdenv.cc.isClang; enableParallelBuilding = true; # Upstream uses the same intermediate files in multiple tests, running