From 87bb7687491f6f5ba3b40f4e9cf94ee4afd35956 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Sat, 24 Sep 2022 14:35:31 +0800 Subject: wayvnc: fix cross compilation --- pkgs/applications/networking/remote/wayvnc/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/networking/remote/wayvnc/default.nix') diff --git a/pkgs/applications/networking/remote/wayvnc/default.nix b/pkgs/applications/networking/remote/wayvnc/default.nix index e8618c4d389a0..12087ed108bb8 100644 --- a/pkgs/applications/networking/remote/wayvnc/default.nix +++ b/pkgs/applications/networking/remote/wayvnc/default.nix @@ -13,6 +13,7 @@ stdenv.mkDerivation rec { sha256 = "sha256-/OKkQKt43lR0UCmQeSDMl1hXh03k+dX3UweigMWEUx4="; }; + depsBuildBuild = [ pkg-config ]; nativeBuildInputs = [ meson pkg-config ninja scdoc wayland-scanner ]; buildInputs = [ pixman libxkbcommon wayland neatvnc libdrm libX11 aml pam mesa ]; -- cgit 1.4.1