Merge pull request #213129 from trofi/dmd-check-hook-match

dmd: fix Check post-hook to be postCheck, not postBuild
This commit is contained in:
Sergei Trofimovich
2023-01-28 17:48:48 +00:00
committed by GitHub
+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 = ''