Skip to content

Commit

Permalink
wayvnc: 0.1.2 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Jul 28, 2020
1 parent 715cd6c commit 2f641ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 32 deletions.
20 changes: 0 additions & 20 deletions pkgs/applications/networking/remote/wayvnc/add-missing-librt.patch

This file was deleted.

17 changes: 5 additions & 12 deletions pkgs/applications/networking/remote/wayvnc/default.nix
Original file line number Diff line number Diff line change
@@ -1,27 +1,20 @@
{ stdenv, fetchFromGitHub, meson, pkg-config, ninja
, pixman, libuv, libGL, libxkbcommon, wayland, neatvnc, libdrm, libX11
, pixman, libxkbcommon, wayland, neatvnc, libdrm, libX11, aml
}:

stdenv.mkDerivation rec {
pname = "wayvnc";
version = "0.1.2";
version = "0.2.0";

src = fetchFromGitHub {
owner = "any1";
repo = pname;
rev = "v${version}";
sha256 = "0aa12fkbwhzs0g2pqw1b27l33nn5dpbcvsf1z8h88kwsf9xdvb2r";
sha256 = "1ddcf8hrxhx4rcwvbjwa5j3ygiwca2dpw26wl37pb0q0jr81wylv";
};

patches = [ ./add-missing-librt.patch ];

postPatch = ''
substituteInPlace meson.build \
--replace "version: '0.1.0'" "version: '${version}'"
'';

nativeBuildInputs = [ meson pkg-config ninja ];
buildInputs = [ pixman libuv libGL libxkbcommon wayland neatvnc libdrm libX11 ];
nativeBuildInputs = [ meson pkg-config ninja wayland ];
buildInputs = [ pixman libxkbcommon wayland neatvnc libdrm libX11 aml ];

meta = with stdenv.lib; {
description = "A VNC server for wlroots based Wayland compositors";
Expand Down

0 comments on commit 2f641ec

Please sign in to comment.