x2vnc: add licenses

This commit is contained in:
Markus Kowalewski 2018-09-12 21:45:57 +02:00
parent 0052a756d2
commit f24a78f671
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -15,9 +15,10 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
meta = {
meta = with stdenv.lib; {
homepage = http://fredrik.hubbe.net/x2vnc.html;
description = "A program to control a remote VNC server";
platforms = stdenv.lib.platforms.unix;
platforms = platforms.unix;
license = licenses.gpl2;
};
}