forked from mirrors/nixpkgs
gmsh: restrict platform to x86_64-linux
This commit is contained in:
parent
ced40eabfd
commit
644ab709e7
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue