mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
retroarch: use python3 instead of python34
This commit is contained in:
parent
795f4b31b9
commit
3059cf7f0c
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchFromGitHub, which, pkgconfig, makeWrapper
|
||||
, ffmpeg, libGLU_combined, freetype, libxml2, python34
|
||||
, ffmpeg, libGLU_combined, freetype, libxml2, python3
|
||||
, libobjc, AppKit, Foundation
|
||||
, alsaLib ? null
|
||||
, libpulseaudio ? null
|
||||
@ -39,7 +39,7 @@ in stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ pkgconfig ]
|
||||
++ 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 withVulkan [ vulkan-loader ]
|
||||
++ optionals stdenv.isDarwin [ libobjc AppKit Foundation ]
|
||||
|
Loading…
Reference in New Issue
Block a user