virtualgl[Lib]: fix license

This commit is contained in:
Markus Kowalewski 2018-09-12 21:54:53 +02:00
parent 72305e7eae
commit 239a0ea2b9
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB
2 changed files with 2 additions and 1 deletions

View file

@ -19,5 +19,6 @@ stdenv.mkDerivation {
meta = {
platforms = stdenv.lib.platforms.linux;
inherit (virtualglLib.meta) license;
};
}

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://www.virtualgl.org/;
description = "X11 GL rendering in a remote computer with full 3D hw acceleration";
license = licenses.free; # many parts under different free licenses
license = licenses.wxWindows;
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];
};