vcg: expand platforms to all
This commit is contained in:
parent
af96ff1194
commit
88ff5e40ea
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "http://vcg.isti.cnr.it/vcglib/install.html";
|
homepage = "http://vcg.isti.cnr.it/vcglib/install.html";
|
||||||
description = "C++ library for manipulation, processing and displaying with OpenGL of triangle and tetrahedral meshes";
|
description = "C++ library for manipulation, processing and displaying with OpenGL of triangle and tetrahedral meshes";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue