dmd: fix Check post-hook to be postCheck, not postBuild

This commit is contained in:
Sergei Trofimovich 2023-01-28 08:57:12 +00:00
parent 6f43bc64d7
commit a4b7bafc65

View File

@ -213,7 +213,7 @@ stdenv.mkDerivation rec {
NIX_ENFORCE_PURITY= \
make -C phobos -f posix.mak unittest $checkFlags -j$checkJobs DFLAGS="-version=TZDatabaseDir -version=LibcurlPath -J$PWD"
runHook postBuild
runHook postCheck
'';
installPhase = ''