vcg: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-10 18:00:27 +07:00
parent af96ff1194
commit 88ff5e40ea

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = "http://vcg.isti.cnr.it/vcglib/install.html";
description = "C++ library for manipulation, processing and displaying with OpenGL of triangle and tetrahedral meshes";
license = licenses.gpl3;
platforms = platforms.linux;
platforms = platforms.all;
maintainers = with maintainers; [ abbradar ];
};
}