3
0
Fork 0
forked from mirrors/nixpkgs

gmsh: restrict platform to x86_64-linux

This commit is contained in:
Markus Kowalewski 2018-11-14 12:33:37 +01:00
parent ced40eabfd
commit 644ab709e7
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation {
meta = {
description = "A three-dimensional finite element mesh generator";
homepage = http://gmsh.info/;
platforms = stdenv.lib.platforms.all;
platforms = [ "x86_64-linux" ];
license = stdenv.lib.licenses.gpl2Plus;
};
}