godot_4: fix cross compilation

Co-authored-by: Anderson Torres
This commit is contained in:
superherointj 2024-08-15 16:58:40 -03:00
parent 1747d9a68b
commit 26eb674c5d

View File

@ -1,6 +1,7 @@
{
alsa-lib,
autoPatchelfHook,
buildPackages,
dbus,
fetchFromGitHub,
fontconfig,
@ -106,6 +107,11 @@ stdenv.mkDerivation rec {
strictDeps = true;
depsBuildBuild = lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [
buildPackages.stdenv.cc
pkg-config
];
nativeBuildInputs = [
autoPatchelfHook
installShellFiles