about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorColin <colin@uninsane.org>2024-02-29 18:21:33 +0000
committerJörg Thalheim <joerg@thalheim.io>2024-05-01 08:58:24 +0200
commit3175915a176486dc96bcdecb752549cfea264c8b (patch)
treecabc00437dfbf767f50eeb2b0964225dea13e957 /pkgs
parentea74a62bd4bcabae824f185ca821bfd4a77a0bcc (diff)
wlroots_0_17: fix cross compilation
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/wlroots/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/libraries/wlroots/default.nix b/pkgs/development/libraries/wlroots/default.nix
index e130da1664be7..f62a4661a9949 100644
--- a/pkgs/development/libraries/wlroots/default.nix
+++ b/pkgs/development/libraries/wlroots/default.nix
@@ -127,9 +127,11 @@ rec {
   wlroots_0_17 = generic {
     version = "0.17.3";
     hash = "sha256-jth6BKci3sVDC86o+gSHKyDWnibVcNmipm7nn0S6LTg=";
+    extraNativeBuildInputs = [
+      hwdata
+    ];
     extraBuildInputs = [
       ffmpeg
-      hwdata
       libliftoff
       libdisplay-info
     ];