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

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

authored by

Sergei Trofimovich and committed by
GitHub
8b0a35ff 1066f160

+1 -1
+1 -1
pkgs/development/compilers/dmd/generic.nix
··· 213 NIX_ENFORCE_PURITY= \ 214 make -C phobos -f posix.mak unittest $checkFlags -j$checkJobs DFLAGS="-version=TZDatabaseDir -version=LibcurlPath -J$PWD" 215 216 - runHook postBuild 217 ''; 218 219 installPhase = ''
··· 213 NIX_ENFORCE_PURITY= \ 214 make -C phobos -f posix.mak unittest $checkFlags -j$checkJobs DFLAGS="-version=TZDatabaseDir -version=LibcurlPath -J$PWD" 215 216 + runHook postCheck 217 ''; 218 219 installPhase = ''