mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
ioquake3: fix riscv cross-compilation (#556068)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user