ccache: enable test.modules on Darwin
test.modules now passes on Darwin
This commit is contained in:
parent
26f66129f8
commit
dbeee74085
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ let ccache = stdenv.mkDerivation rec {
|
|||
checkPhase = ''
|
||||
export HOME=$(mktemp -d)
|
||||
ctest --output-on-failure ${lib.optionalString stdenv.isDarwin ''
|
||||
-E '^(test.nocpp2|test.modules|test.basedir|test.multi_arch)$'
|
||||
-E '^(test.nocpp2|test.basedir|test.multi_arch)$'
|
||||
''}
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue