Commit Graph

6325 Commits

Author SHA1 Message Date
Sandro
f85bc843c2
Merge pull request #122759 from dotlambda/mono6 2021-05-18 01:25:35 +02:00
Sandro
11d75bc234
Merge pull request #123086 from mebubo/hplipWithPlugin
hplipWithPlugin: correct arch name for the plugin file on aarch64
2021-05-17 19:30:03 +02:00
Sandro
530c9fcbc7
Merge pull request #122975 from eduardosm/ruffle
ruffle: nightly-2021-04-02 -> nightly-2021-05-14
2021-05-17 19:03:09 +02:00
Florian Beeres
873f2632e2 vimPlugins.sad: init at 2019-02-18 2021-05-17 14:50:27 +02:00
Florian Beeres
add85d7ee7 vimPlugin: update 2021-05-17 14:50:15 +02:00
github-actions[bot]
3ff6965554
Merge master into staging-next 2021-05-17 06:22:23 +00:00
Ben Siraphob
c5a669d3f7 treewide: remove unzip where not needed 2021-05-16 19:29:28 -07:00
Devin Singh
79d252d26c vimPlugins.edge: init at 2021-05-08 2021-05-16 18:35:37 -07:00
Devin Singh
644fbb4b8c vimPlugins.vim-easyescape: init at 2020-11-22 2021-05-16 18:35:37 -07:00
Jonathan Ringer
d8e62d8e41
Merge remote-tracking branch 'origin/master' into staging-next
Fix cargo-flash build
2021-05-16 18:27:14 -07:00
Sandro
700942d2a5
Merge pull request #121119 from SuperSandro2000/remove-gnidorah
treewide: remove gnidorah
2021-05-17 02:42:24 +02:00
Martin Weinelt
7bd65d54f7 treewide: remove nand0p as maintainer
While looking at the sphinx package I noticed it was heavily
undermaintained, which is when we noticed nand0p has been inactive for
roughly 18 months. It is therefore prudent to assume they will not be
maintaining their packages, modules and tests.

- Their last contribution to nixpkgs was in 2019/12
- On 2021/05/08 I wrote them an email to the address listed in the
  maintainer-list, which they didn't reply to.
2021-05-17 01:50:49 +02:00
"Matthieu Coudron"
f269c57097 vimPlugins: update 2021-05-17 00:48:52 +02:00
Matthieu Coudron
8c63ac7893 vimPlugins: generate an overlay
let update.py generates generated.nix as an overlay.
This should help maintaining vim-plugins outside of nixpkgs, as one can
use update.py to generate an out-of-tree vimPlugins overlay.
2021-05-17 00:40:25 +02:00
Andrey Kuznetsov
b012981301 vimPlugins.todo-comments-nvim: init at 2021-05-16 2021-05-16 14:50:57 -07:00
Andrey Kuznetsov
64bb7a00ba vimPlugins: update 2021-05-16 14:50:57 -07:00
figsoda
a58b32743b vimPlugins.indent-blankline-nvim-lua: init at 2021-04-28 2021-05-16 14:44:15 -07:00
github-actions[bot]
6cdac75d25
Merge staging-next into staging 2021-05-16 18:32:44 +00:00
github-actions[bot]
8c6d819143
Merge master into staging-next 2021-05-16 18:32:41 +00:00
figsoda
da04ea775e vimPlugins.lsp_signature-nvim: init at 2021-05-07 2021-05-16 11:16:37 -07:00
Anderson Torres
cf45c45605
Merge pull request #121588 from eduardosm/sip-rename
pythonPackages.sip: rename to sip_4, pythonPackages.sip_5: rename to sip
2021-05-16 13:31:55 -03:00
Jan Tojnar
684991c696
Merge branch 'master' into staging-next
- Thunderbird 68 has been dropped on master.
- gccCrossLibcStdenv has been factored out on staging-next in all-packages.nix, while the file has been re-formatted on master.
2021-05-16 15:34:51 +02:00
Guillaume Girol
f1852527a9
Merge pull request #122915 from polygon/caprice32
caprice32: Add <string> include
2021-05-16 08:54:22 +00:00
github-actions[bot]
9911b1c75b
Merge staging-next into staging 2021-05-16 01:01:01 +00:00
github-actions[bot]
b484cef365
Merge master into staging-next 2021-05-16 01:00:58 +00:00
Sandro
f9a4fcd44c
Merge pull request #122988 from dbirks/vscode-tmux-keybinding-init
vscode-extensions.stephlin.vscode-tmux-keybinding: init at 0.0.6
2021-05-15 21:34:27 +02:00
github-actions[bot]
c10600230e
Merge staging-next into staging 2021-05-15 18:30:31 +00:00
github-actions[bot]
f1b78f8618
Merge master into staging-next 2021-05-15 18:30:28 +00:00
V
351171f677 vsce/MS-vsliveshare.vsliveshare: add V to maintainers 2021-05-15 14:42:40 +02:00
github-actions[bot]
49ec716c04
Merge staging-next into staging 2021-05-15 12:25:36 +00:00
github-actions[bot]
ec10b0958d
Merge master into staging-next 2021-05-15 12:25:33 +00:00
Devin Singh
5d176f3c20 vimPlugins.vim-clap: fix hash 2021-05-15 14:16:19 +02:00
Devin Singh
18355b4748 trouble.nvim: lsp-trouble.nvim -> trouble.nvim 2021-05-15 14:16:19 +02:00
Sergei Dolgov
5153e0e491 hplipWithPlugin: correct arch name for the plugin file on aarch64
Without this change, building hplipWithPlugin on aarch64 fails with:

    cp: cannot stat 'lj-aarch64.so': No such file or directory
    builder for '/nix/store/p0x02ppv0n1xj46wvik3p3cn4jikmr1q-hplip-3.20.11.drv' failed with exit code 1

This is because the corresponding file in the archive is actually called
lj-arm64.so.

hplipPlatforms exists to convert between the different names; this
commit only changes the value to a correct one.
2021-05-15 12:21:43 +02:00
github-actions[bot]
78ae7ac75e
Merge staging-next into staging 2021-05-15 06:22:25 +00:00
Vladimír Čunát
c48eaa70e3
Merge branch 'master' into staging-next 2021-05-14 22:27:34 +02:00
Eduardo Sánchez Muñoz
96002e32bf ruffle: nightly-2021-04-02 -> nightly-2021-05-14 2021-05-14 12:44:38 +02:00
Jörg Thalheim
a5269ffeb8
Merge pull request #122913 from kinnison/vscode-extension-updates
Vscode extension updates
2021-05-14 10:33:26 +01:00
zowoq
004f8cd986 Merge staging-next into staging 2021-05-14 16:32:43 +10:00
github-actions[bot]
bfb5f4cc5e
Merge master into staging-next 2021-05-14 06:22:26 +00:00
Anderson Torres
5d4a430472
Merge pull request #122140 from vs49688/rpcs3
rpcs3: 0.0.12 -> 0.0.16
2021-05-14 00:19:10 -03:00
David Birks
389f7b1be8
vscode-extensions.stephlin.vscode-tmux-keybinding: init at 0.0.6 2021-05-13 21:08:30 -04:00
github-actions[bot]
bf5d8bb531
Merge master into staging-next 2021-05-14 00:58:11 +00:00
polygon
7b1fad07a5 caprice32: Add <string> include 2021-05-14 01:06:34 +02:00
Daniel Silverstone
d91ae6adcf
vscode-extensions.ms-python.python: 2021.4.765268190 -> 2021.5.829140558
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2021-05-13 23:30:28 +01:00
Daniel Silverstone
d57837abb0
vscode-extensions.ms-vsliveshare.vsliveshare: 1.0.4131 -> 1.0.4272
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2021-05-13 23:30:23 +01:00
Potato Hatsue
0f398e4e72
vscode-extensions.WakaTime.vscode-wakatime: Fix path 2021-05-13 13:09:55 +08:00
Robert Schütz
4b0dd792f8 vscode-exts/ms-dotnettools-csharp: add meta.homepage 2021-05-12 21:33:40 +02:00
Robert Schütz
d099e7558e mono: 5 -> 6 2021-05-12 21:32:40 +02:00
github-actions[bot]
b057978bb2
Merge staging-next into staging 2021-05-12 18:32:29 +00:00
github-actions[bot]
f214722172
Merge master into staging-next 2021-05-12 18:32:26 +00:00
Ivar
92a2e684bc
sndio: 1.7.0 -> 1.8.0 (#122352) 2021-05-12 13:56:23 -04:00
Jan Tojnar
71fa678899
Merge branch 'staging-next' into staging 2021-05-12 14:31:36 +02:00
github-actions[bot]
1d2db66464
Merge master into staging-next 2021-05-12 12:27:04 +00:00
Alyssa Ross
917b4fc6d9 snes9x-gtk: don't manually enableParallelBuilding
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Florian Beeres
0326ec60b5 vimPlugins.qfenter: init at 2020-10-09 2021-05-12 13:12:39 +02:00
Florian Beeres
c41a405209 vimPlugins: Update 2021-05-12 13:10:48 +02:00
Jan Tojnar
7982550ac4
Merge branch 'staging-next' into staging 2021-05-11 09:09:10 +02:00
github-actions[bot]
10e16ec9ab
Merge master into staging-next 2021-05-11 06:20:33 +00:00
Zane van Iperen
f4b90cf6d0
rpcs3: 0.0.12-12199-b8477a470 -> 0.0.16-12235-a4f4b81e6
Additionally:
* Use system libcurl, so the patch downloader can work
* Use system zlib
* Use system libusb
* Add note about using system WolfSSL
* Enable SDL2, so the FAudio backend can work
* Change license to gpl2Only, as per [1]

[1]: https://github.com/RPCS3/rpcs3/issues/10255#issuecomment-835512840
2021-05-11 13:26:45 +10:00
fortuneteller2k
ee4520e789 vimPlugins.aurora: init at 2021-05-10 2021-05-10 19:54:21 -07:00
fortuneteller2k
7cda01fcb8 vimPlugins.fwatch-nvim: init at 2021-04-26 2021-05-10 19:54:21 -07:00
fortuneteller2k
8e5211de81 vimPlugins.floating-nvim: init at 2021-05-08 2021-05-10 19:54:21 -07:00
fortuneteller2k
28ed9e7f3c vimPlugins.Shade-nvim: init at 2021-04-29 2021-05-10 19:54:21 -07:00
fortuneteller2k
63872607cd vimPlugins: update 2021-05-10 19:54:21 -07:00
github-actions[bot]
49b8e6f7d4
Merge master into staging-next 2021-05-11 00:48:15 +00:00
Florian Beeres
04af46573a vimPlugins.vim_current_word: init at 2021-01-27 2021-05-10 23:19:36 +02:00
Florian Beeres
edb5f5ee8c vimPlugins: update 2021-05-10 23:18:30 +02:00
Eduardo Sánchez Muñoz
08a26e4579 pythonPackages.sip: rename to sip_4
sip 4 is the old and unmaintained version
2021-05-10 20:41:38 +02:00
github-actions[bot]
61fa3fdde8
Merge master into staging-next 2021-05-10 18:28:17 +00:00
fortuneteller2k
9bf3ecbe66 vimPlugins.specs-nvim: init at 2021-05-05 2021-05-10 22:12:39 +08:00
fortuneteller2k
21cc6fe587 vimPlugins.hologram-nvim: init at 2021-05-01 2021-05-10 22:12:39 +08:00
fortuneteller2k
021813a495 vimPlugins: update 2021-05-10 22:12:30 +08:00
Jan Tojnar
594a885912
Merge branch 'staging-next' into staging 2021-05-10 09:45:47 +02:00
github-actions[bot]
f4d69ad1f2
Merge master into staging-next 2021-05-10 06:20:28 +00:00
Anna Kudriavtsev
6eab05da6c vimPlugins: update 2021-05-09 20:16:05 -07:00
Vladimír Čunát
5663b2b2d3
Merge branch 'master' into staging-next
(a trivial conflict in transmission)
2021-05-09 09:31:55 +02:00
R. RyanTM
db770a84f1 lilypond: 2.22.0 -> 2.22.1 2021-05-08 17:06:50 -07:00
Sandro
1b844ebaf5
Merge pull request #122079 from JRavi2/vim-deus
vimPlugins.vim-deus: init at 2021-03-28
2021-05-08 21:35:21 +02:00
Jan Tojnar
dd78ce1c53
Merge branch 'staging-next' into staging 2021-05-08 20:59:05 +02:00
github-actions[bot]
6d46d8a9b9
Merge master into staging-next 2021-05-08 18:22:46 +00:00
Luke Granger-Brown
b2544d1ad2
Merge pull request #121072 from kinnison/update-vscode-python
Update vscode python
2021-05-08 18:26:36 +01:00
J. Neto
1887bf47dd vbam: fix build with SDL 2.0.14 2021-05-08 10:18:17 -07:00
Martin Weinelt
9651084620 Merge remote-tracking branch 'origin/master' into staging-next 2021-05-08 14:43:43 +02:00
Aaron Andersen
b28f0d640f
Merge pull request #121699 from Hoverbear/t-rec
t-rec: init at 0.5.2
2021-05-08 08:15:42 -04:00
Vladimír Čunát
080cd658ca
Merge #121780: treewide meta.maintainers tweaks 2021-05-08 10:47:08 +02:00
Jan Tojnar
468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Daniël de Kok
85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
github-actions[bot]
e21fb16f9a
Merge master into staging-next 2021-05-08 06:20:05 +00:00
fortuneteller2k
5a4cec0482 vimPlugins.diffview-nvim: init at 2021-05-06 2021-05-07 22:49:43 -07:00
fortuneteller2k
44decf41ef vimPlugins.markdown-preview-nvim: init at 2021-03-10 2021-05-07 22:49:43 -07:00
fortuneteller2k
ad7bc81b96 vimPlugins.vim-smali: init at 2015-11-05 2021-05-07 22:49:43 -07:00
fortuneteller2k
cf3c9970ea vimPlugins.vim-lua: init at 2020-08-05 2021-05-07 22:49:43 -07:00
fortuneteller2k
a89bc1c469 vimPlugins.lsp-trouble-nvim: init at 2021-05-07 2021-05-07 22:49:43 -07:00
fortuneteller2k
28a49433a1 vimPlugins: change rnvimr branch 2021-05-07 22:49:43 -07:00
fortuneteller2k
dad28f9269 vimPlugins: update 2021-05-07 22:49:43 -07:00
Silvan Mosberger
08d94fd2b0
Merge pull request #114374 from oxalica/lib/platform-support-check
lib.meta: introduce `availableOn` to check package availability on given platform
2021-05-08 03:54:36 +02:00
Ana Hobden
c8d9af9f4a t-rec: init at 0.6.0
Introduce [`t-rec`](https://github.com/sassman/t-rec-rs), a terminal
recorder.

Usage:

```bash
nix run .#t-rec
```

Upon exit, `t-rec` will save recordings of the session to disk in GIF
and MP4.

Signed-off-by: Ana Hobden <operator@hoverbear.org>
2021-05-07 16:10:23 -07:00
Ravi Jain
3e44834779 vimPlugins.vim-deus: init at 2021-03-28 2021-05-08 00:06:37 +05:30
github-actions[bot]
1ae6d3d02f
Merge master into staging-next 2021-05-07 18:24:29 +00:00
Jonathan Wilkins
2b1cc5092e remove unnecessary patch
This patch
a504be8c70.patch
has already been applied upstream
2021-05-07 10:39:35 -07:00
Samuel Dionne-Riel
5186e965ff
Merge pull request #121429 from samueldr/updates/u-boot-2021.04
uboot: 2021.01 -> 2021.04
2021-05-07 12:55:01 -04:00
Sandro
9524ed3d78
Merge pull request #121844 from rhoriguchi/vscode-extensions.gruntfuggly.todo-tree
vscode-extensions.gruntfuggly.todo-tree: 0.0.211 -> 0.0.213
2021-05-07 17:00:36 +02:00
Vladimír Čunát
73e17a3594
treewide: remove lethalman from meta.maintainers
He hasn't been heard of for years.
2021-05-07 15:36:40 +02:00
Jan Tojnar
d9f177eb4d
Merge branch 'staging-next' into staging
The transmission conflict was non-trivial:
- libbrotli added to apparmor rules <1bdda029cd>
- apparmor rules rewritten <b280e64078>

Chosen the rewrite and verified that brotli is part of the rule set generated by `apparmorRulesFromClosure`.
2021-05-06 08:42:50 +02:00
Ryan Horiguchi
83618d62eb
vscode-extensions.gruntfuggly.todo-tree: 0.0.211 -> 0.0.213 2021-05-05 23:04:52 +02:00
Ryan Horiguchi
dea3a01153
vscode-extensions.hashicorp.terraform: 2.10.1 -> 2.10.2 2021-05-05 22:59:05 +02:00
github-actions[bot]
68e3ba2b1d
Merge staging-next into staging 2021-05-05 00:46:07 +00:00
David Birks
1a9fbc44e1 vscode-extensions.github.github-vscode-theme: 4.0.2 -> 4.1.1 2021-05-04 14:43:18 -07:00
Daniel Silverstone
b71773ee07
vscode-extensions.ms-python.python: refactor
In order for the ms-python.python extension to work these days,
we also need the ms-toolsai.jupyter extension.  To permit easy
upgrades and to honour the principle of least surprise, we
wrapper the Python extension to include the Jupyter one.  The
reverse is not true, you *can* have the Jupyter extension without
the Python one, so the reverse is not also done.

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2021-05-02 21:12:31 +01:00
Daniel Silverstone
5903b963f4
vscode-extensions.ms-toolsai.jupyter: init at 2021.5.745244803
This is a necessary dependency of the new Python extension for
VSCode.

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2021-05-02 21:12:31 +01:00
Daniel Silverstone
a599c19761
vscode-extensions.ms-python.python: 2020.9.114305 -> 2021.4.765268190
This splits off part of the Python extension into Microsoft's jupyter
extension, so this is necessary but not sufficient.

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2021-05-02 21:12:31 +01:00
Samuel Dionne-Riel
672c66aedf uboot: 2021.01 -> 2021.04 2021-05-01 16:03:29 -04:00
github-actions[bot]
ef6416a6ba
Merge staging-next into staging 2021-05-01 00:54:32 +00:00
AndersonTorres
5495d6d2b2 ppsspp: ffmpeg_3 -> ffmpeg
And refactor.
2021-04-30 17:39:09 -03:00
AndersonTorres
41c71047c0 mgba: ffmpeg_3 -> ffmpeg
And refactor.
2021-04-30 17:39:09 -03:00
John Ericson
17305d2df0
Merge pull request #111487 from Ericson2314/llvm-outputs-and-cross-compile-tools
llvmPackages: Clean up outputs
2021-04-30 11:28:08 -04:00
Sandro
7a217983de
Merge pull request #120755 from eduardosm/frescobaldi
frescobaldi: 3.1.1 -> 3.1.3
2021-04-30 14:01:23 +02:00
Andrew Childs
7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
Sandro
1eb7187dcb
Merge pull request #99414 from arcnmx/scream
scream: 3.4 -> 3.6
2021-04-30 06:46:08 +02:00
Sandro
5c63565c74
Merge pull request #120629 from jupblb/gruvbox-nvim 2021-04-30 03:28:38 +02:00
Sandro
2fe7ce0e5e
Merge pull request #121006 from onsails/vim-plugins 2021-04-30 02:21:09 +02:00
Sandro Jäckel
ae02415ee8
treewide: remove gnidorah
due to github account removal/deletion and not other mean of contact.
2021-04-30 01:48:19 +02:00
Sandro
75a24a5bc9
Merge pull request #121170 from samuelgrf/add-mainProgram-to-packages 2021-04-30 01:20:37 +02:00
Ryan Horiguchi
3f16286601
vscode-extensions.hashicorp.terraform: 2.10.0 -> 2.10.1 2021-04-29 23:20:41 +02:00
Samuel Gräfenstein
1e77642558
wine*: add meta.mainProgram
Fix running wine builds from `wineWowPackages` via `nix run`,
this change makes it execute `bin/wine` instead of the non-existent
`bin/wine-wow`.
2021-04-29 17:42:11 +02:00
Samuel Gräfenstein
c63a83acf5
pcsx2: add meta.mainProgram 2021-04-29 14:59:30 +02:00
"Andrey Kuznetsov"
8c4f24dfc4 vimPlugins.friendly-snippets: init at 2021-04-17 2021-04-29 10:16:41 +00:00
"Andrey Kuznetsov"
44ba3c22d0 vimPlugins.vim-code-dark: init at 2021-04-09 2021-04-29 10:16:14 +00:00
"Andrey Kuznetsov"
7e49de89e3 vimPlugins: update 2021-04-29 10:15:50 +00:00
Andrey Kuznetsov
3c3f328bc1
vimPlugins.which-key-nvim: fix branch 2021-04-29 10:15:14 +00:00
jupblb
d61fc4c2a3
Update vim-clap cargoSha256 2021-04-29 09:29:58 +02:00
jupblb
85c333d358
vimPlugins.gruvbox-nvim: init at 2021-04-23 2021-04-29 09:29:57 +02:00
Pablo Ovelleiro Corral
cfa0a57765
Add which-key-nvim (#121092) 2021-04-29 03:14:43 +02:00
Emery Hemingway
5c5ec0bff6 maiko: init at 2021-04-14 2021-04-28 09:52:13 +02:00
Sandro
ecff9e8dc7
Merge pull request #120618 from OPNA2608/init/punes/21.05
punes: init at unstable-2021-04-25
2021-04-27 14:57:07 +02:00
Sandro
fdce3b59c1
Merge pull request #120691 from JesusMtnez/metals-ext
vscx/scalameta-metals: 1.10.3 -> 1.10.4
2021-04-27 14:20:24 +02:00
Eduardo Sánchez Muñoz
e412f73251 frescobaldi: 3.1.1 -> 3.1.3 2021-04-26 18:09:18 +02:00
OPNA2608
1fd6bf6a01 punes: init at unstable-2021-04-25 2021-04-26 17:14:57 +02:00
JesusMtnez
d0a055fe90
vscx/scalameta-metals: 1.10.3 -> 1.10.4 2021-04-26 16:55:15 +02:00
Sandro
bdce7261ef
Merge pull request #119977 from malob/vimplugins-add-overrides 2021-04-26 06:43:48 +02:00
github-actions[bot]
a956f62ea4
Merge master into staging-next 2021-04-25 06:05:34 +00:00
Jörg Thalheim
ce4b94e79f
Merge pull request #119235 from hoppla20/add-vim-plugins
Add vim plugins
2021-04-25 06:11:05 +01:00
Jan Tojnar
0f1c4558d3
Merge branch 'master' into staging-next
Choose binwalk 2.3.1, 27 is legacy version for Python 2.
2021-04-25 02:50:48 +02:00
Martin Weinelt
b7e08de1e9
Merge pull request #119181 from SFrijters/wine-6.6 2021-04-24 17:59:07 +02:00
Vincent Cui
7b0b4c048a vimPlugins.lazygit-nvim: init at 2021-03-25 2021-04-24 13:33:34 +02:00
"Vincent Cui"
12ece33098 vimPlugins.vim-helm: init at 2020-01-02 2021-04-24 13:33:34 +02:00
"Vincent Cui"
de69947e83 vimPlugins.vim-xtabline: init at 2021-01-31 2021-04-24 13:33:34 +02:00
Vincent Cui
d1ad812ec1 vimPlugins.suda-vim: init at 2021-02-20 2021-04-24 13:33:33 +02:00
"Vincent Cui"
16f6bc4f01 vimPlugins.wildfire-vim: init at 2014-11-16 2021-04-24 13:33:33 +02:00
Vincent Cui
888acb76a7 vimPlugins.LeaderF: init at 2021-04-02 2021-04-24 13:33:33 +02:00
"Vincent Cui"
fff666d4f7 vimPlugins: resolve github repository redirects 2021-04-24 13:33:33 +02:00
Vincent Cui
3f151a5617 vimPlugins: update 2021-04-24 13:33:33 +02:00
Stefan Frijters
efa5a31633
wine{Unstable,Staging}: 6.6 -> 6.7 2021-04-24 09:59:40 +02:00
github-actions[bot]
d8d6ba0d2e
Merge master into staging-next 2021-04-24 06:05:30 +00:00
Sandro
de959006f5
Merge pull request #119081 from Stekke/infnoise 2021-04-24 07:42:06 +02:00
github-actions[bot]
6e7c70d02d
Merge master into staging-next 2021-04-24 00:16:17 +00:00
"Andrey Kuznetsov"
88289c4b37
vimPlugins.lsp-colors-nvim: init at 2021-04-23 2021-04-23 21:32:31 +00:00
"Andrey Kuznetsov"
37c937a95f vimPlugins.nvim-base16: init at 2021-04-12 2021-04-23 20:47:52 +00:00
"Andrey Kuznetsov"
2a4aec9cdf vimPlugins: update 2021-04-23 20:47:26 +00:00
github-actions[bot]
481a9bc47c
Merge master into staging-next 2021-04-23 00:15:39 +00:00
"Dany Marcoux"
4707d4a645 vimPlugins.vim-strip-trailing-whitespace: init at 2021-01-03 2021-04-22 23:11:52 +02:00
"Dany Marcoux"
c67b5a0035 vimPlugins.wstrip-vim: init at 2021-03-14 2021-04-22 23:10:19 +02:00
"Dany Marcoux"
687cd11d7b vimPlugins: update 2021-04-22 23:09:47 +02:00
github-actions[bot]
b95da5efb6
Merge master into staging-next 2021-04-22 18:14:27 +00:00
José Luis Lafuente
f29292db76 tree-sitter: Add withPlugins 2021-04-22 14:11:01 +02:00
github-actions[bot]
120744d620
Merge master into staging-next 2021-04-22 12:06:24 +00:00
Sandro
128953f401
Merge pull request #120138 from JesusMtnez/scala-lang
vscx/scala-lang-scala: 0.5.1 -> 0.5.3
2021-04-22 11:05:26 +02:00
github-actions[bot]
8248f4db36
Merge master into staging-next 2021-04-22 06:05:51 +00:00
JesusMtnez
256740f528
vscx/scala-lang-scala: 0.5.1 -> 0.5.3 2021-04-22 06:21:39 +02:00
JesusMtnez
a489b556de
vscx/scalameta-metals: 1.9.13 -> 1.10.3 2021-04-22 06:19:03 +02:00
Malo Bourgon
6ba5094612 vimPlugins.completion-*: add dependencies
vimPlugins.gitsigns-nvim: add dependency

vimPlugins.telescope-*: add dependencies
2021-04-21 09:53:11 -07:00
Malo Bourgon
8dc5406544 vimPlugins: prefer self over super in overrides 2021-04-21 09:53:11 -07:00
"Kyle Ondy"
ebed784637 vimPlugins.git-worktree-nvim: init at 2021-04-19 2021-04-21 11:09:47 -04:00
"Kyle Ondy"
bb82ab69c4 vimPlugins: update 2021-04-21 11:09:23 -04:00
github-actions[bot]
9b3e698b14
Merge master into staging-next 2021-04-21 12:06:23 +00:00
Matthieu Coudron
b3abdc9534
tests.vim: init (moved from vim-utils.nix) (#119467)
* tests.vim: init (moved from vim-utils.nix)

Moved tests from pkgs/misc/vim-plugins/vim-utils.nix to pkgs/test/vim.
Also reduced the amount of generated config:
- Make it possible to have an empty config when configured adequately
- removed default vim config when using native packages, it could be
  source of bugs see linked issues (syntax on overrides vim highlights)

Things to watch out for:
- if you set configure.beforePlugins yourself, you will need to add set nocompatible too not to lose it
- filetype indent plugin on | syn on is not enabled anymore by default for the vim-plug installer: I dont think we should override vim defualts, at least not here since it is shared with neovim. Also sometimes it's enabled before plugins (pathogen etc,) which is not consistent.


you can run the tests via
$ nix-build -A tests.vim
2021-04-21 12:55:05 +02:00
Zane van Iperen
21ab9be498
openrussian-cli: init at 1.0.0 2021-04-21 12:46:44 +10:00
github-actions[bot]
99c7bab106
Merge master into staging-next 2021-04-21 00:15:20 +00:00
Sandro
609d9cb227
Merge pull request #119901 from KyleOndy/add-vim-dispatch-neovim
Add vim-dispatch-neovim
2021-04-20 23:21:04 +02:00
Sandro
41ecbc0132
Merge pull request #119919 from lunik1/libretro-powdertoy
libretro: add thepowdertoy core
2021-04-20 23:20:51 +02:00
Sandro
813446ba07
Merge pull request #119900 from KyleOndy/add-vim-jack-in
Add vim-jack-in
2021-04-20 23:20:06 +02:00
"lofsigma"
753f0731e8 vimPlugins.vimade: init at 2021-04-07 2021-04-20 14:54:56 -04:00
"lofsigma"
136920798a vimPlugins.rnvimr: init at 2020-10-02 2021-04-20 14:52:50 -04:00
"lofsigma"
59a672e99c vimPlugins: update 2021-04-20 14:52:33 -04:00
github-actions[bot]
b08c9b444b
Merge master into staging-next 2021-04-20 18:13:16 +00:00
Kyle Ondy
ac8fc5f92f vimPlugins.vim-jack-in: init at 2021-03-27 2021-04-20 13:30:09 -04:00
"Kyle Ondy"
29bb1cfff3 vimPlugins.vim-dispatch-neovim: init at 2017-01-18 2021-04-20 13:24:20 -04:00
lunik1
4954e63a17
libretro: add thepowdertoy core 2021-04-20 18:22:04 +01:00
Sandro
da6777798d
Merge pull request #119889 from dbirks/iciclesoft-workspacesort-init
vscode-extensions.iciclesoft.workspacesort: init at 1.6.0
2021-04-20 19:08:13 +02:00
Sandro
3493994632
Merge pull request #119939 from dbirks/editorconfig-init
vscode-extensions.editorconfig.editorconfig: init at 0.16.4
2021-04-20 18:27:08 +02:00
figsoda
967c05b0eb vimPlugins.gina-vim: init at 2020-10-07 2021-04-20 10:34:47 -04:00
figsoda
e375788830 vimPlugins: resolve github repository redirects 2021-04-20 10:34:25 -04:00
figsoda
ce9f060d75 vimPlugins: update 2021-04-20 10:34:05 -04:00
David Birks
8baf3d3cbe
vscode-extensions.editorconfig.editorconfig: init at 0.16.4 2021-04-20 06:14:28 -04:00
Martin Weinelt
6b34489f81
Merge branch 'master' into staging-next 2021-04-20 02:06:07 +02:00
Malo Bourgon
78c9b87283 vimPlugins: cleanup overrides arguments 2021-04-19 14:16:22 -07:00
Malo Bourgon
e2926d64ba vimPlugins: sort overrides alphabetically 2021-04-19 14:16:22 -07:00
David Birks
bd6b896892
vscode-extensions.iciclesoft.workspacesort: init at 1.6.0 2021-04-19 15:30:04 -04:00
github-actions[bot]
6ef7c23763
Merge master into staging-next 2021-04-19 18:11:51 +00:00
devhell
240871e7c5 multilockscreen: 1.0.0 -> 1.1.0 2021-04-19 13:27:41 +01:00
github-actions[bot]
b57b2b362c
Merge master into staging-next 2021-04-18 18:10:37 +00:00
Ana Hobden
63fca8b610 vimPlugins.LanguageClient-neovim: 0.1.160 → 0.1.161
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2021-04-17 23:07:54 -07:00
github-actions[bot]
425886d6c2
Merge master into staging-next 2021-04-17 12:05:49 +00:00
github-actions[bot]
f620e30ca4
Merge master into staging-next 2021-04-17 00:15:03 +00:00
David Birks
c95c22129f
vscode-extensons.github.github-vscode-theme: 3.0.0 -> 4.0.2 2021-04-16 18:04:30 -04:00
Sandro
f93a4f2add
Merge pull request #119456 from oxalica/bump/dotnet-sdk-5-0 2021-04-16 21:40:20 +02:00
github-actions[bot]
6a0f49f240
Merge master into staging-next 2021-04-16 18:13:19 +00:00
Sandro
1ebf76d659
Merge pull request #119619 from rhoriguchi/vscode-extensions.gruntfuggly.todo-tree
vscode-extensions.gruntfuggly.todo-tree: 0.0.209 -> 0.0.211
2021-04-16 18:13:13 +02:00
Ryan Horiguchi
f9a7983759
vscode-extensions.gruntfuggly.todo-tree: 0.0.209 -> 0.0.211 2021-04-16 15:56:51 +02:00
Martin Weinelt
cd7a519012
Merge branch 'master' into staging-next 2021-04-16 01:32:09 +02:00
Stijn DW
dca0aec9b8 infnoise: init at master 2021-04-15 18:17:24 +02:00
oxalica
5bea018a9c
ryujinx: 1.0.6807 -> 1.0.6835 2021-04-15 19:44:39 +08:00
JesusMtnez
06d591d87e
vscx/ms-vsliveshare-vsliveshare: 1.0.4116 -> 1.0.4131 2021-04-15 06:03:37 +02:00
Martin Weinelt
7cf67850c0
Merge branch 'master' into staging-next 2021-04-15 01:01:26 +02:00
David Birks
1da7201967
vscode-extensions.foxundermoon.shell-format: init at 7.1.0 (#119451)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-14 21:36:29 +02:00
Vladimír Čunát
d2eb7a7887
Merge branch 'staging' into staging-next
A few conflicts but relatively clear ones (I think).
2021-04-14 10:08:25 +02:00
Sandro
dd4b2d5746
Merge pull request #119378 from rhoriguchi/vscode-extensions/hashicorp.terraform
vscode-extensions.hashicorp.terraform: 2.9.1 -> 2.10.0
2021-04-14 01:21:28 +02:00
Ryan Horiguchi
61a092e6bf
vscode-extensions.hashicorp.terraform: 2.9.1 -> 2.10.0 2021-04-14 00:38:46 +02:00
Keith Bauson
35a76f4d39
vimPlugins.coc-explorer: convert to nodePackages (#119336) 2021-04-13 19:25:54 +02:00
David Birks
84a794c5f7
vscode-extensons.github.github-vscode-theme: 1.1.5 -> 3.0.0 (#119342)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-13 19:20:17 +02:00
Sandro
dc492caf77
Merge pull request #119273 from malob/add-vim-plugins 2021-04-13 13:18:53 +02:00
Malo Bourgon
e696669d90 vimPlugins.vim-haskell-module-name: init at 2020-01-20
vimPlugins.lush-nvim: init at 2021-04-11

vimPlugins.telescope-z-nvim: init at 2021-03-09

vimPlugins.telescope-symbols-nvim: init at 2021-02-04
2021-04-12 17:58:12 -07:00
"Malo Bourgon"
ed908ba237 vimPlugins: update 2021-04-12 17:29:22 -07:00
arcnmx
c219dfc434 scream: 3.4 -> 3.6
Renamed from scream-receivers
2021-04-12 17:13:37 -07:00
Michael Raskin
951996e9a4
Merge pull request #119189 from kanashimia/xscreensaver
xscreensaver: 5.44 -> 6.00
2021-04-12 23:43:30 +00:00
Luke Granger-Brown
08b22e605b Merge remote-tracking branch 'upstream/staging-next' into down-integrate-staging 2021-04-12 18:49:01 +00:00
Mykyta Ursol
56490749ad xscreensaver: 5.44 -> 6.00 2021-04-12 16:37:04 +03:00
Sandro
75c5bce054
Merge pull request #117416 from rvolosatovs/init/deepspeech
deepspeech: init at 0.9.3
2021-04-12 01:05:41 +02:00
Stefan Frijters
5cf6870d1f
wine{Unstable,Staging}: 6.5 -> 6.6 2021-04-11 20:50:53 +02:00
"Justinas Stankevicius"
4ad6831671 vimPlugins.vim-markdown-toc: init at 2021-03-02 2021-04-11 20:02:21 +03:00
"Justinas Stankevicius"
b2f8216254 vimPlugins: update 2021-04-11 20:01:53 +03:00
Anderson Torres
6cb6021f83
Merge pull request #118922 from AndersonTorres/new-yapesdl
yapesdl: init at 0.70.2
2021-04-11 12:00:27 -03:00
AndersonTorres
cc3060f5e8 yapesdl: init at 0.70.2 2021-04-09 15:31:22 -03:00
github-actions[bot]
c876eb99be
Merge master into staging-next 2021-04-09 12:06:22 +00:00
Gabriel Ebner
7b0b03a0ad pcsxr: add missing libXxf86vm dependency 2021-04-09 09:26:12 +02:00
JesusMtnez
70d7233026
vscx/ms-vsliveshare-vsliveshare: 1.0.4070 -> 1.0.4116 2021-04-09 05:45:49 +02:00
github-actions[bot]
c99b6f5343
Merge master into staging-next 2021-04-09 00:16:01 +00:00
Tom Repetti
51553c5353 vimPlugins.vim-opencl: init at 1.1 2021-04-08 15:16:12 -04:00
Tom Repetti
db4ae6c2a6 vimPlugins: update 2021-04-08 15:15:13 -04:00
Eduardo Sánchez Muñoz
540c9ac015 dolphinEmuMaster: 5.0-13603 -> 5.0-14002 2021-04-08 18:18:42 +02:00
github-actions[bot]
1d48804dab
Merge master into staging-next 2021-04-07 12:06:23 +00:00
Ben Wolsieffer
4decd156ea
rkdeveloptool: unstable-2019-07-01 -> unstable-2021-02-03, fix build (#118707) 2021-04-07 09:51:21 +02:00
github-actions[bot]
5e509a83ed
Merge master into staging-next 2021-04-07 00:15:14 +00:00
Sandro
c48c82c801
Merge pull request #118695 from plabadens/vim-plugin-taskwiki
vimPlugins: add taskwiki
2021-04-07 01:29:37 +02:00
Pierre Labadens
17030137a7
vimPlugins: add taskwiki 2021-04-06 23:23:39 +02:00
"Andrey Kuznetsov"
fbebdfe9f1
vimPlugins.rust-tools-nvim: init at 2021-04-06 2021-04-06 16:50:20 +00:00
"Andrey Kuznetsov"
f142c40b35
vimPlugins.jellybeans-nvim: init at 2021-04-05 2021-04-06 16:50:20 +00:00
Andrey Kuznetsov
95411fe906
vimPlugins.vim-clap: updated cargoSha256 2021-04-06 16:50:20 +00:00
"Andrey Kuznetsov"
deed0b3813 vimPlugins: update 2021-04-06 16:24:54 +00:00