mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
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";
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user