Unverified Commit 8b0a35ff authored by Sergei Trofimovich's avatar Sergei Trofimovich Committed by GitHub
Browse files

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

dmd: fix Check post-hook to be postCheck, not postBuild
parents 1066f160 a4b7bafc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = ''