virtualgl[Lib]: fix license
This commit is contained in:
parent
72305e7eae
commit
239a0ea2b9
@ -19,5 +19,6 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
inherit (virtualglLib.meta) license;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.virtualgl.org/;
|
homepage = http://www.virtualgl.org/;
|
||||||
description = "X11 GL rendering in a remote computer with full 3D hw acceleration";
|
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;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user