Build x11vnc on linux

This commit is contained in:
Rob Vermaas 2013-12-24 10:48:42 +01:00
parent a4462d9a03
commit cd27fa7450

View File

@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
meta = {
description = "A VNC server connected to a real X11 screen";
homepage = http://www.karlrunge.com/x11vnc/;
platforms = stdenv.lib.platforms.linux;
};
}