Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-05-08 06:20:05 +00:00
committed by GitHub
26 changed files with 442 additions and 317 deletions

View File

@@ -15,7 +15,7 @@
with lib;
let
inherit (python3Packages) python dbus-python;
shouldUsePkg = pkg: if pkg != null && lib.any (lib.meta.platformMatch stdenv.hostPlatform) pkg.meta.platforms then pkg else null;
shouldUsePkg = pkg: if pkg != null && lib.meta.availableOn stdenv.hostPlatform pkg then pkg else null;
libOnly = prefix == "lib";

View File

@@ -5,7 +5,7 @@
}:
let
shouldUsePkg = pkg: if pkg != null && lib.any (lib.meta.platformMatch stdenv.hostPlatform) pkg.meta.platforms then pkg else null;
shouldUsePkg = pkg: if pkg != null && lib.meta.availableOn stdenv.hostPlatform pkg then pkg else null;
optAlsaLib = shouldUsePkg alsaLib;
optDb = shouldUsePkg db;

File diff suppressed because it is too large Load Diff

View File

@@ -605,7 +605,7 @@ self: super: {
libiconv
];
cargoSha256 = "1c8bwvwd23d7c3bk1ky1i8xgfz10dr8nqqcvp20g8rldjl8p2r08";
cargoSha256 = "sha256-Jy8ThtcdPV4fMGcQbJJnibwb3o5iEHNn54831OI9adc=";
};
in
''

View File

@@ -132,6 +132,7 @@ fisadev/vim-isort
flazz/vim-colorschemes
floobits/floobits-neovim
folke/lsp-colors.nvim@main
folke/lsp-trouble.nvim@main
folke/which-key.nvim@main
freitass/todo.txt-vim
frigoeu/psc-ide-vim
@@ -188,6 +189,7 @@ hrsh7th/vim-vsnip-integ
hsanson/vim-android
hsitz/VimOrganizer
iamcco/coc-spell-checker
iamcco/markdown-preview.nvim
ianks/vim-tsx
idanarye/vim-merginal
idris-hackers/idris-vim
@@ -277,7 +279,7 @@ keith/rspec.vim
keith/swift.vim
kevinhwang91/nvim-bqf@main
kevinhwang91/nvim-hlslens@main
kevinhwang91/rnvimr
kevinhwang91/rnvimr@main
kien/rainbow_parentheses.vim
knubie/vim-kitty-navigator
konfekt/fastfold
@@ -391,6 +393,7 @@ mpickering/hlint-refactor-vim
ms-jpq/chadtree@chad
mtikekar/vim-bsv
mzlogin/vim-markdown-toc
mzlogin/vim-smali
nanotech/jellybeans.vim
natebosch/vim-lsc
nathanaelkane/vim-indent-guides
@@ -575,6 +578,7 @@ sickill/vim-pasta
SidOfc/mkdx
simnalamburt/vim-mundo
simrat39/rust-tools.nvim
sindrets/diffview.nvim@main
SirVer/ultisnips
sjl/gundo.vim
sjl/splice.vim
@@ -596,6 +600,7 @@ takac/vim-hardtime
tami5/compe-conjure
tami5/lispdocs.nvim
tami5/sql.nvim
tbastos/vim-lua
tbodt/deoplete-tabnine
ternjs/tern_for_vim
terryma/vim-expand-region