about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2024-05-01 09:18:19 +0200
committerGitHub <noreply@github.com>2024-05-01 09:18:19 +0200
commit7917d334bb42d5e76245d0202a84c26427aa72fe (patch)
treef00f5c73b17858425f5887c43cdb751a4b5260d1 /pkgs/applications/window-managers
parent9b27c7246185a54a9e9e7fdc087e6f251ea926f8 (diff)
parent9ff6c735f54d6dfa82b8b0b3397587b00744602c (diff)
Merge pull request #292415 from uninsane/pr-sway-cross
sway/hyprland: cross compilation fixes
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/hyprwm/hyprland/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/hyprwm/hyprland/default.nix b/pkgs/applications/window-managers/hyprwm/hyprland/default.nix
index a170ac7608988..4d50b39ebedad 100644
--- a/pkgs/applications/window-managers/hyprwm/hyprland/default.nix
+++ b/pkgs/applications/window-managers/hyprwm/hyprland/default.nix
@@ -77,6 +77,11 @@ stdenv.mkDerivation (finalAttrs: {
       --replace "@DIRTY@" ""
   '';
 
+  depsBuildBuild = [
+    # to find wayland-scanner when cross-compiling
+    pkg-config
+  ];
+
   nativeBuildInputs = [
     jq
     makeWrapper