ioquake3: fix riscv cross-compilation (#556068)

This commit is contained in:
Jonas Heinrich
2026-08-24 16:28:26 +00:00
committed by GitHub

View File

@@ -17,7 +17,6 @@
libjpeg,
makeDesktopItem,
freetype,
mumble,
unstableGitUpdater,
bc,
buildPackages,
@@ -49,16 +48,15 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
SDL2
libGL
openal
curl
speex
opusfile
freetype
libGL
libjpeg
libogg
libvorbis
libjpeg
freetype
mumble
openal
opusfile
speex
];
depsBuildBuild = [ buildPackages.stdenv.cc ];