hyprland: support cross-compilation
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user