about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-13 23:40:03 +0200
committerGitHub <noreply@github.com>2024-05-13 23:40:03 +0200
commit4c6b86b93d139e10b4035693f7f232e30bad5b33 (patch)
tree4612a914f56b7395bb595210e56b95ac7a638001 /pkgs/applications
parent40cc3fac5371844d091b9c094a959ac9d3bd4b90 (diff)
parentfbde1e7188f45e481368b69f57d805ef2c630cdc (diff)
Merge pull request #311408 from uninsane/pr-hyprland-cross
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