hyprland: support cross-compilation

This commit is contained in:
Colin 2024-02-29 18:49:22 +00:00
parent b1e9283dd5
commit f092378031
1 changed files with 5 additions and 0 deletions

View File

@ -78,6 +78,11 @@ stdenv.mkDerivation (finalAttrs: {
--replace "@DIRTY@" ""
'';
depsBuildBuild = [
# to find wayland-scanner when cross-compiling
pkg-config
];
nativeBuildInputs = [
jq
makeWrapper