about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-04-23 11:38:56 +0000
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-04-24 19:24:00 -0300
commitfc419f5af6f4fe8af2d2ae3807eb80a611b1922b (patch)
tree5bf87bbdafc66e3b36e3fee189adcf10359b7e37
parentbc66baecef6f4dceeb1a651f731d081ac8909faa (diff)
labwc: fix cross
-rw-r--r--pkgs/applications/window-managers/labwc/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/labwc/default.nix b/pkgs/applications/window-managers/labwc/default.nix
index 4182eb2c66677..2ae2d63f21db6 100644
--- a/pkgs/applications/window-managers/labwc/default.nix
+++ b/pkgs/applications/window-managers/labwc/default.nix
@@ -8,11 +8,13 @@
 , libxcb
 , libxkbcommon
 , libxml2
+, gettext
 , meson
 , ninja
 , pango
 , pkg-config
 , scdoc
+, wayland-scanner
 , wayland
 , wayland-protocols
 , wlroots_0_16
@@ -35,10 +37,12 @@ stdenv.mkDerivation (finalAttrs: {
   };
 
   nativeBuildInputs = [
+    gettext
     meson
     ninja
     pkg-config
     scdoc
+    wayland-scanner
   ];
 
   buildInputs = [