Unverified Commit 022fffcf authored by Markus Kowalewski's avatar Markus Kowalewski Committed by GitHub
Browse files

mpich: fix build (#438710)

parents 1ff03918 72d48459
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8566,6 +8566,7 @@ with pkgs;
  msoffcrypto-tool = with python3.pkgs; toPythonApplication msoffcrypto-tool;

  mpich = callPackage ../development/libraries/mpich {
    automake = automake116x;
    ch4backend = libfabric;
  };