Commit a4b7bafc authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

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

parent 6f43bc64
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 = ''