hyprland: support cross-compilation

This commit is contained in:
Colin
2024-05-01 08:58:24 +02:00
committed by Jörg Thalheim
parent 3175915a17
commit bbe8bb1c28
@@ -77,6 +77,11 @@ stdenv.mkDerivation (finalAttrs: {
--replace "@DIRTY@" ""
'';
depsBuildBuild = [
# to find wayland-scanner when cross-compiling
pkg-config
];
nativeBuildInputs = [
jq
makeWrapper