Unverified Commit 72d48459 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

mpich: fix build

parent 8bb4e100
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;
  };