From d4ea27eb318e363ea7c9c8753832fda328c5ac1c Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 19 Nov 2024 11:35:07 +0000 Subject: [PATCH] gtk4-layer-shell: fix cross compilation --- pkgs/by-name/gt/gtk4-layer-shell/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/gt/gtk4-layer-shell/package.nix b/pkgs/by-name/gt/gtk4-layer-shell/package.nix index 132868b01e544..f4024eafcaf75 100644 --- a/pkgs/by-name/gt/gtk4-layer-shell/package.nix +++ b/pkgs/by-name/gt/gtk4-layer-shell/package.nix @@ -45,12 +45,12 @@ stdenv.mkDerivation (finalAttrs: { docbook_xml_dtd_43 vala wayland-scanner - wayland-protocols ]; buildInputs = [ - wayland gtk4 + wayland + wayland-protocols ]; mesonFlags = [