about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorColin <colin@uninsane.org>2024-05-13 16:13:06 +0000
committerColin <colin@uninsane.org>2024-05-13 16:13:06 +0000
commitfbde1e7188f45e481368b69f57d805ef2c630cdc (patch)
tree13d20a83c3c1d66e526492e0f63a4fc6bb5998df /pkgs/applications
parent8fe1aa682515b81a58125b72afae246555d68bce (diff)
hyprland: fix cross compilation
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/window-managers/hyprwm/hyprland/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/hyprwm/hyprland/default.nix b/pkgs/applications/window-managers/hyprwm/hyprland/default.nix
index 88fe9c31f0456..3a2920785fcd9 100644
--- a/pkgs/applications/window-managers/hyprwm/hyprland/default.nix
+++ b/pkgs/applications/window-managers/hyprwm/hyprland/default.nix
@@ -81,6 +81,7 @@ stdenv.mkDerivation (finalAttrs: {
   ];
 
   nativeBuildInputs = [
+    hwdata
     jq
     makeWrapper
     meson
@@ -114,7 +115,6 @@ stdenv.mkDerivation (finalAttrs: {
     pciutils
     tomlplusplus
     # for subproject wlroots-hyprland
-    hwdata
     seatd
     libliftoff
     libdisplay-info