somebar: fix cross

This commit is contained in:
Alyssa Ross 2023-04-22 10:57:31 +00:00
parent 645bc49f34
commit 5a14c30256
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -7,6 +7,7 @@
, wayland , wayland
, pango , pango
, wayland-protocols , wayland-protocols
, wayland-scanner
, conf ? null , conf ? null
}: }:
@ -26,7 +27,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-PBxCy1dZrOL1nmhVDQozvF0XL79uKMhhERGNpPPzaRU="; sha256 = "sha256-PBxCy1dZrOL1nmhVDQozvF0XL79uKMhhERGNpPPzaRU=";
}; };
nativeBuildInputs = [ meson ninja pkg-config ]; nativeBuildInputs = [ meson ninja pkg-config wayland-scanner ];
buildInputs = [ pango wayland wayland-protocols ]; buildInputs = [ pango wayland wayland-protocols ];
prePatch = '' prePatch = ''