xf86-video-nested: add license
This commit is contained in:
parent
a61b50f79b
commit
e830f2a0e2
@ -20,10 +20,11 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
CFLAGS = "-I${pixman}/include/pixman-1";
|
CFLAGS = "-I${pixman}/include/pixman-1";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://cgit.freedesktop.org/xorg/driver/xf86-video-nested";
|
homepage = "https://cgit.freedesktop.org/xorg/driver/xf86-video-nested";
|
||||||
description = "A driver to run Xorg on top of Xorg or something else";
|
description = "A driver to run Xorg on top of Xorg or something else";
|
||||||
maintainers = [ stdenv.lib.maintainers.goibhniu ];
|
maintainers = [ maintainers.goibhniu ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user