16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
24 sha256 = "sha256-bRlz5RW+NUSTgzjRM9alZjSrzmF8/7p4IIXqK/HEcJo=";
46 (lib.mesonBool "tests" true)
52 description = "A VNC server library";
54 This is a liberally licensed VNC server library that's intended to be
58 - Interoperability with the Freedesktop.org ecosystem
60 inherit (src.meta) homepage;
61 changelog = "https://github.com/any1/neatvnc/releases/tag/v${version}";
62 license = licenses.isc;
63 platforms = platforms.linux;
64 maintainers = with maintainers; [ nickcao ];