hyprland: support cross-compilation

This commit is contained in:
Colin 2024-02-29 18:49:22 +00:00
parent b1e9283dd5
commit f092378031

View File

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