forked from mirrors/nixpkgs
Build x11vnc on linux
This commit is contained in:
parent
a4462d9a03
commit
cd27fa7450
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue