16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
24 hash = "sha256-2gPDcFcu1kGIDubguL38Z0K+k7WGFf7DX8yZteedcNg=";
28 # Fix build with latest ffmpeg
29 # Backport of https://github.com/any1/neatvnc/commit/7e008743bf872598b4fcdb2a821041064ce5dd01
30 # FIXME: remove in next update
53 (lib.mesonBool "tests" true)
59 description = "VNC server library";
61 This is a liberally licensed VNC server library that's intended to be
65 - Interoperability with the Freedesktop.org ecosystem
67 inherit (src.meta) homepage;
68 changelog = "https://github.com/any1/neatvnc/releases/tag/v${version}";
69 license = licenses.isc;
70 platforms = platforms.linux;
71 maintainers = with maintainers; [ nickcao ];