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

This commit is contained in:
Sergei Trofimovich
2023-01-28 09:39:29 +00:00
parent 6f43bc64d7
commit a4b7bafc65
+1 -1
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 = ''