Merge pull request #108226 from primeos/wayvnc

wayvnc: 0.3.1 -> 0.4.0
This commit is contained in:
Michael Weiss 2021-01-09 21:52:26 +01:00 committed by GitHub
commit cb1535bba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +1,20 @@
{ stdenv, fetchFromGitHub, meson, pkg-config, ninja, scdoc { stdenv, fetchFromGitHub, meson, pkg-config, ninja, scdoc
, pixman, libxkbcommon, wayland, neatvnc, libdrm, libX11, aml , pixman, libxkbcommon, wayland, neatvnc, libdrm, libX11, aml, pam
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "wayvnc"; pname = "wayvnc";
version = "0.3.1"; version = "0.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "any1"; owner = "any1";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1vlrk6zdkv0kl1ckxv65nay9vm6yjrs4kadsdvp42nryiifrdhad"; sha256 = "0q48fgh6gf3jicy4bk3kq18h9lhqfq9qz32ri6j9ffvbb8mcw64s";
}; };
nativeBuildInputs = [ meson pkg-config ninja scdoc wayland ]; nativeBuildInputs = [ meson pkg-config ninja scdoc wayland ];
buildInputs = [ pixman libxkbcommon wayland neatvnc libdrm libX11 aml ]; buildInputs = [ pixman libxkbcommon wayland neatvnc libdrm libX11 aml pam ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A VNC server for wlroots based Wayland compositors"; description = "A VNC server for wlroots based Wayland compositors";