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
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

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