xf86-video-nested: add license

This commit is contained in:
Markus Kowalewski 2020-06-30 21:31:24 +02:00
parent a61b50f79b
commit e830f2a0e2
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -20,10 +20,11 @@ stdenv.mkDerivation {
CFLAGS = "-I${pixman}/include/pixman-1";
meta = {
meta = with stdenv.lib; {
homepage = "https://cgit.freedesktop.org/xorg/driver/xf86-video-nested";
description = "A driver to run Xorg on top of Xorg or something else";
maintainers = [ stdenv.lib.maintainers.goibhniu ];
platforms = stdenv.lib.platforms.linux;
maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux;
license = licenses.mit;
};
}