retroarch: use python3 instead of python34
This commit is contained in:
parent
795f4b31b9
commit
3059cf7f0c
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, which, pkgconfig, makeWrapper
|
{ stdenv, fetchFromGitHub, which, pkgconfig, makeWrapper
|
||||||
, ffmpeg, libGLU_combined, freetype, libxml2, python34
|
, ffmpeg, libGLU_combined, freetype, libxml2, python3
|
||||||
, libobjc, AppKit, Foundation
|
, libobjc, AppKit, Foundation
|
||||||
, alsaLib ? null
|
, alsaLib ? null
|
||||||
, libpulseaudio ? null
|
, libpulseaudio ? null
|
||||||
@ -39,7 +39,7 @@ in stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ pkgconfig ]
|
nativeBuildInputs = [ pkgconfig ]
|
||||||
++ optional withVulkan [ makeWrapper ];
|
++ optional withVulkan [ makeWrapper ];
|
||||||
|
|
||||||
buildInputs = [ ffmpeg freetype libxml2 libGLU_combined python34 SDL2 which ]
|
buildInputs = [ ffmpeg freetype libxml2 libGLU_combined python3 SDL2 which ]
|
||||||
++ optional enableNvidiaCgToolkit nvidia_cg_toolkit
|
++ optional enableNvidiaCgToolkit nvidia_cg_toolkit
|
||||||
++ optional withVulkan [ vulkan-loader ]
|
++ optional withVulkan [ vulkan-loader ]
|
||||||
++ optionals stdenv.isDarwin [ libobjc AppKit Foundation ]
|
++ optionals stdenv.isDarwin [ libobjc AppKit Foundation ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user