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