dmd: fix Check post-hook to be postCheck, not postBuild
This commit is contained in:
parent
6f43bc64d7
commit
a4b7bafc65
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user