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
commit 8b0a35fffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''