x11vnc: add license

This commit is contained in:
Markus Kowalewski 2018-09-12 21:47:25 +02:00
parent f24a78f671
commit 72305e7eae
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -26,9 +26,10 @@ stdenv.mkDerivation rec {
sed -i -e '/#!\/bin\/sh/a"PATH=${xorg.xdpyinfo}\/bin:${xorg.xauth}\/bin:$PATH\\n"' -e 's|/bin/su|/run/wrappers/bin/su|g' x11vnc/ssltools.h
'';
meta = {
meta = with stdenv.lib; {
description = "A VNC server connected to a real X11 screen";
homepage = http://www.karlrunge.com/x11vnc/;
platforms = stdenv.lib.platforms.linux;
platforms = platforms.linux;
license = licenses.gpl2;
};
}