Enable strictDeps on all our toplevel packages #12

Open
abonerib wants to merge 473 commits from abonerib/bscpkgs:enableStrictDeps into master
Showing only changes of commit 1f7045fcfe - Show all commits

View File

@ -1,6 +1,8 @@
let let
overlay = final: prev: overlay = final: prev:
{ {
bsc = prev.bsc.extend (bsc: {
mpi2 = bsc.mpich;
mpich = with final; prev.mpich.overrideAttrs (old: { mpich = with final; prev.mpich.overrideAttrs (old: {
buildInput = old.buildInputs ++ [ buildInput = old.buildInputs ++ [
libfabric libfabric
@ -21,6 +23,7 @@ let
]; ];
}); });
}; };
};
in in
{ {