From 5a14c302563774cb9ff8bd24080841115328ec9f Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 22 Apr 2023 10:57:31 +0000 Subject: [PATCH] somebar: fix cross --- pkgs/applications/misc/somebar/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/misc/somebar/default.nix b/pkgs/applications/misc/somebar/default.nix index 9f36b376a53..9866ef6c6d8 100644 --- a/pkgs/applications/misc/somebar/default.nix +++ b/pkgs/applications/misc/somebar/default.nix @@ -7,6 +7,7 @@ , wayland , pango , wayland-protocols +, wayland-scanner , conf ? null }: @@ -26,7 +27,7 @@ stdenv.mkDerivation rec { sha256 = "sha256-PBxCy1dZrOL1nmhVDQozvF0XL79uKMhhERGNpPPzaRU="; }; - nativeBuildInputs = [ meson ninja pkg-config ]; + nativeBuildInputs = [ meson ninja pkg-config wayland-scanner ]; buildInputs = [ pango wayland wayland-protocols ]; prePatch = ''