Turn more licenses into lib.licenses style
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
This commit is contained in:
@@ -28,6 +28,6 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = http://www.virtualgl.org/;
|
||||
description = "X11 GL rendering in a remote computer with full 3D hw acceleration";
|
||||
license = "free"; # many parts under different free licenses
|
||||
license = stdenv.lib.licenses.free; # many parts under different free licenses
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user