mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 00:37:28 +00:00
libretro.same_cdi: use gcc12Stdenv
This commit is contained in:
parent
b84611dcba
commit
72cb730ea6
@ -914,6 +914,9 @@ in
|
||||
core = "same_cdi";
|
||||
extraNativeBuildInputs = [ python3 ];
|
||||
extraBuildInputs = [ alsa-lib libGLU libGL portaudio xorg.libX11 ];
|
||||
# FIXME: build fail with GCC13:
|
||||
# error: 'uint8_t' in namespace 'std' does not name a type; did you mean 'wint_t'?
|
||||
stdenv = gcc12Stdenv;
|
||||
meta = {
|
||||
description = "SAME_CDI is a libretro core to play CD-i games";
|
||||
license = with lib.licenses; [ bsd3 gpl2Plus ];
|
||||
|
Loading…
Reference in New Issue
Block a user