ldc: Disable check phase because some tests are not working if build has

sandboxing enabled
This commit is contained in:
Thomas Mader 2017-09-17 00:16:58 +02:00
parent 4535008a4c
commit 59cdc2564c

@ -81,7 +81,8 @@ stdenv.mkDerivation rec {
makeFlags = [ "DMD=$DMD" ];
doCheck = true;
# disable check phase because some tests are not working with sandboxing
doCheck = false;
checkPhase = ''
ctest -j $NIX_BUILD_CORES -V DMD=$DMD