gmsh: restrict platform to x86_64-linux
This commit is contained in:
parent
ced40eabfd
commit
644ab709e7
@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "A three-dimensional finite element mesh generator";
|
description = "A three-dimensional finite element mesh generator";
|
||||||
homepage = http://gmsh.info/;
|
homepage = http://gmsh.info/;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = [ "x86_64-linux" ];
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user