12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
17 owner = "isjerryxiao";
20 hash = "sha256-fOryY9pkeRXjfOq4ZcUKBrBDMWEljLChwXSAbeMNXhw=";
36 description = "VNC server for DRM/KMS capable GNU/Linux devices";
37 homepage = "https://github.com/isjerryxiao/kmsvnc";
38 license = licenses.gpl3Only;
39 maintainers = with maintainers; [ nickcao ];
40 mainProgram = "kmsvnc";
41 platforms = platforms.linux;