mpich: change platform to linux only

This commit is contained in:
Markus Kowalewski
2018-08-06 16:59:41 +02:00
parent 87925f0ba6
commit ef301cc2a8

View File

@@ -49,6 +49,6 @@ stdenv.mkDerivation rec {
fullName = "MPICH license (permissive)";
};
maintainers = [ maintainers.markuskowa ];
platforms = platforms.unix;
platforms = platforms.linux;
};
}