Merge staging-next into staging
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchgit, fetchFromGitHub, fetchFromGitLab, cmake, pkgconfig, makeWrapper, python27, python37, retroarch
|
||||
{ stdenv, fetchgit, fetchFromGitHub, fetchFromGitLab, fetchpatch, cmake, pkgconfig, makeWrapper, python27, python37, retroarch
|
||||
, alsaLib, fluidsynth, curl, hidapi, libGLU, gettext, glib, gtk2, portaudio, SDL, SDL_net, SDL2, SDL2_image, libGL
|
||||
, ffmpeg_3, pcre, libevdev, libpng, libjpeg, libzip, udev, libvorbis, snappy, which, hexdump
|
||||
, miniupnpc, sfml, xorg, zlib, nasm, libpcap, boost, icu, openssl
|
||||
@@ -630,6 +630,13 @@ in with stdenv.lib.licenses;
|
||||
rev = "02987af9b81a9c3294af8fb9d5a34f9826a2cf4d";
|
||||
sha256 = "0gl7irmn5d8lk7kf484vgw6kb325fq4ghwsni3il4nm5n2a8yglh";
|
||||
};
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
name = "fix_mame_build_on_make-4.3.patch";
|
||||
url = "https://github.com/libretro/mame2016-libretro/commit/5874fae3d124f5e7c8a91634f5473a8eac902e47.patch";
|
||||
sha256 = "061f1lcm72glksf475ikl8w10pnbgqa7049ylw06nikis2qdjlfn";
|
||||
})
|
||||
];
|
||||
description = "Port of MAME ~2016 to libretro";
|
||||
license = gpl2Plus;
|
||||
extraNativeBuildInputs = [ python27 ];
|
||||
|
||||
+384
-360
File diff suppressed because it is too large
Load Diff
@@ -98,6 +98,7 @@ elmcast/elm-vim
|
||||
elzr/vim-json
|
||||
embear/vim-localvimrc
|
||||
enomsg/vim-haskellConcealPlus
|
||||
enricobacis/vim-airline-clock
|
||||
ensime/ensime-vim
|
||||
ervandew/supertab
|
||||
esneider/YUNOcommit.vim
|
||||
@@ -369,6 +370,8 @@ numirias/semshi
|
||||
nvie/vim-flake8
|
||||
nvim-lua/completion-nvim
|
||||
nvim-lua/diagnostic-nvim
|
||||
nvim-lua/lsp_extensions.nvim
|
||||
nvim-lua/telescope.nvim
|
||||
nvim-treesitter/completion-treesitter
|
||||
nvim-treesitter/nvim-treesitter
|
||||
ocaml/vim-ocaml
|
||||
@@ -494,7 +497,6 @@ thirtythreeforty/lessspace.vim
|
||||
thosakwe/vim-flutter
|
||||
tiagofumo/vim-nerdtree-syntax-highlight
|
||||
tikhomirov/vim-glsl
|
||||
tjdevries/lsp_extensions.nvim
|
||||
tmhedberg/SimpylFold
|
||||
tmsvg/pear-tree
|
||||
tmux-plugins/vim-tmux
|
||||
|
||||
Reference in New Issue
Block a user