Commit graph

6650 commits

Author SHA1 Message Date
figsoda 2c045900b7 vimPlugins.plenary-nvim: don't build from luaPackages.plenary-nvim 2021-08-15 18:49:00 +02:00
oxalica d2781c50ff
vimPlugins.fcitx-vim: init at 2021-08-15 2021-08-15 22:52:10 +08:00
oxalica 16c9ec70e3
vimPlugins: update 2021-08-15 22:52:09 +08:00
Felix Buehler 5937fc0f8c misc: replace name with pname&version 2021-08-15 16:33:00 +02:00
oxalica 039fc793c3
vim_configurable: handle python3Dependencies 2021-08-15 21:59:47 +08:00
Sandro f21e16592e
Merge pull request #134092 from leungbk/clever-f-vim 2021-08-15 11:31:08 +02:00
happysalada d0f77d5ccc vscode-extensions.elixir-lsp.vscode-elixir-ls: 0.7.0 -> 0.8.0 2021-08-15 17:33:53 +09:00
Jörg Thalheim 52657498f7
Merge pull request #133588 from zhaofengli/nuget-to-nix
nuget-to-nix: init
2021-08-15 07:02:43 +01:00
Stefan Frijters 60097c46d8
wine{Unstable,Staging}: 6.14 -> 6.15 2021-08-15 06:25:37 +02:00
Brian Leung 844076256c vimPlugins.clever-f-vim: init at 2021-07-07 2021-08-14 18:02:34 -07:00
Brian Leung 34d1534923 vimPlugins: update 2021-08-14 18:02:34 -07:00
figsoda 0b2ff7007c vimPlugins.nvim-expand-expr: init at 2021-08-14 2021-08-14 14:10:06 -04:00
figsoda 8371fedb39 vimPlugins: update 2021-08-14 14:09:47 -04:00
figsoda a298858462 vimPlugins: fix update script indentation 2021-08-14 12:19:00 -04:00
Michael Raskin e95d93663e
Merge pull request #133875 from r-ryantm/auto-update/xscreensaver
xscreensaver: 6.00 -> 6.01
2021-08-14 10:28:52 +00:00
Zhaofeng Li 48df5d49fa ryujinx: Use nuget-to-nix in updater script 2021-08-13 22:50:20 -07:00
R. RyanTM 1f0f1f43dc xscreensaver: 6.00 -> 6.01 2021-08-14 04:27:22 +00:00
Bernardo Meurer 19440eadf7
vimPlugins.compe-tabnine: fix binaries symlink 2021-08-13 16:04:37 -07:00
Artturi 8a1a420afb
Merge pull request #133547 from nagy/sndio
sndio: 1.8.0 -> 1.8.1
2021-08-13 15:21:20 +03:00
Matthieu Coudron 4de33380ef
Merge pull request #133296 from teto/luarocks-pyupdater-followup
Luarocks pyupdater followup
2021-08-12 11:06:10 +02:00
"Bernardo Meurer" 0314b42434 vimPlugins: update 2021-08-11 19:03:10 -07:00
Sandro b003277d29
Merge pull request #133489 from sbruder/update-fceux 2021-08-12 01:51:48 +02:00
Matthieu Coudron 8ddad244ea update-luarocks-packages: use pluginupdate.py
Cleans up the common interface between the updaters.
Restores the ability to regen the lua packages in parallel.
2021-08-12 01:14:58 +02:00
Felix Buehler d2c9385b6b canon-cups-ufr2: deprecate phases 2021-08-12 00:13:02 +02:00
Daniel Nagy 71d4f8d7e3
sndio: 1.8.0 -> 1.8.1 2021-08-11 23:06:39 +02:00
Sandro 17f68eacbb
Merge pull request #133272 from figsoda/bufdelete.nvim 2021-08-11 13:16:37 +02:00
Simon Bruder a38b954b1b
fceux: 2021-01-29 -> 2.4.0
This reorganises the whole derivation because upstream switched from GTK
(optional) to Qt (required) and now uses CMake instead of SCons as build
system.
2021-08-11 13:16:03 +02:00
Roberto Di Remigio 82358d47b0
betterlockscreen: 4.0.0 -> 4.0.1 2021-08-11 09:23:40 +02:00
Sebastian Sellmeier dbc59a8c8d
betterlockscreen: Fix duplicate preInstall hook introduced in #133306 2021-08-10 21:36:17 +02:00
Sandro 6df7b8f398
Merge pull request #133389 from SuperSandro2000/cleanup 2021-08-10 17:16:34 +02:00
Sandro Jäckel 7b6af9e542
betterlockscreen: format 2021-08-10 16:26:34 +02:00
JesusMtnez 51816dff1a
vscx/ms-vsliveshare-vsliveshare: 1.0.4498 -> 1.0.4673 2021-08-10 11:36:41 +02:00
oxalica ce81702e84 rust-analyzer: 2021-08-02 -> 2021-08-09 2021-08-10 15:16:20 +09:00
oxalica cd9ed036d6 vscode-extensions.matklad.rust-analyzer: use extension version and apply patches 2021-08-10 15:16:20 +09:00
Artturi 4f8b647e70
Merge pull request #133306 from SebTM/betterlockscreen-4.0.0
betterlockscreen 3.2.0 -> 4.0.0
2021-08-10 05:30:37 +03:00
Sebastian Sellmeier 2f59b54e3f
betterlockscreen 3.2.0 -> 4.0.0 2021-08-10 04:05:07 +02:00
Randy Eckenrode a1161b3dc0 vscode-extensions.vadimcn.vscode-lldb: Fix build on Darwin 2021-08-10 07:40:56 +09:00
Matthieu Coudron 06684792fb vimPlugins.plenary: init from lua package
This commit shows how to convert luarocks packages into (neo)vim ones.
The advantage for neovim lua plugins to register their rockspec (aka
package definition) is that the plugin can express its dependencies and
a few metadata through it.
2021-08-09 21:23:29 +02:00
figsoda 97d4432b0c vimPlugins.bufdelete-nvim: init at 2021-07-24 2021-08-09 11:56:45 -04:00
figsoda 2c4cdfb6b2 vimPlugins: update 2021-08-09 11:56:25 -04:00
Sandro 7c23b4a5bc
Merge pull request #132795 from chrispickard/tmux-better-mouse-mode-fix-install
tmuxPlugins.better-mouse-mode: fixed broken install path
2021-08-09 16:14:41 +02:00
Jörg Thalheim e95844ddfe
Merge pull request #133122 from yaymukund/rust-analyzer-rollup
vscode-extensions/rust-analyzer: pin rollup dep to avoid regression.
2021-08-08 14:00:57 +01:00
Mukund Lakshman 6a04d273d6 vscode-extensions/rust-analyzer: pin rollup dep to avoid regression. 2021-08-08 12:07:28 +01:00
Sandro 3a8b5de9f0
Merge pull request #132453 from SFrijters/wine-6.14
wine{Unstable,Staging}: 6.13 -> 6.14
2021-08-08 12:15:49 +02:00
Sandro 820594febb
Merge pull request #133084 from happysalada/fix_vscode_rust_analyzer 2021-08-08 06:52:49 +02:00
happysalada a687f1aef4 vscode-extensions.matklad.rust-analyzer: fix server path 2021-08-08 13:09:22 +09:00
happysalada 0f70b1bc9e vscode-extensions.matklad.rust-analyzer: nixpkgs-fmt 2021-08-08 13:05:33 +09:00
Sandro 9e502764ef
Merge pull request #133072 from davegallant/gitlinker-nvim
vimPlugins.gitlinker-nvim: init at 2021-07-15
2021-08-08 04:02:32 +02:00
Dave Gallant 1c109e6e8c
vimPlugins.gitlinker-nvim: init at 2021-07-15
An easy way to generate shareable file permalinks for git web frontends.

https://github.com/ruifm/gitlinker.nvim
2021-08-07 20:56:31 -04:00
Artturi a93dacdaae
Merge pull request #115926 from r-ryantm/auto-update/fuse-emulator
fuse-emulator: 1.5.7 -> 1.6.0
2021-08-08 03:17:47 +03:00
Sandro 5e1754e8fc
Merge pull request #133024 from poscat0x04/update-escpr
epson-escpr: 1.7.3 -> 1.7.16
2021-08-07 19:35:44 +02:00
Poscat d6f6521030
epson-escpr: 1.7.3 -> 1.7.16 2021-08-07 23:12:33 +08:00
figsoda af960c889f vimPlugins.nvim-ts-context-commentstring: init at 2021-07-06 2021-08-06 20:03:01 -07:00
figsoda 629cfee9b0 vimPlugins: update 2021-08-06 20:03:01 -07:00
figsoda 8ddb05701f vimPlugins.nvim_context_vt: init at 2021-08-03 2021-08-05 23:25:37 -04:00
figsoda a311503cb5 vimPlugins: update 2021-08-05 23:25:37 -04:00
Chris Pickard 62ba64d512 tmuxPlugins.better-mouse-mode: fixed broken install path
the prior install path did not source the correct path without manual intervention
2021-08-05 10:57:53 -04:00
Sandro Jäckel e5cb1134cd
vim-plugins: remove workaround 2021-08-05 08:59:06 +02:00
Jörg Thalheim 9ec1f8f88f
Partial revert "Convert phases that contain ":" to dont* = true"
This reverts commit dc48d23a0f.

This deactivated custom build phases in many vim plugins overrides.
Also we could change our overrides it may break out-of-tree usage.
2021-08-05 08:59:06 +02:00
figsoda 48ad5bae56 vimPlugins.nvim-notify: init at 2021-08-04 2021-08-04 21:04:47 -07:00
figsoda edcf3c7179 vimPlugins: update 2021-08-04 21:04:47 -07:00
Lassulus 03dc9d9b05
Merge pull request #132437 from chrispickard/master
tmuxPlugins.better-mouse-mode: init at 2021-08-02
2021-08-04 15:56:27 +02:00
Sandro d6d1df9bf9
Merge pull request #132609 from figsoda/neoscroll.nvim 2021-08-04 15:37:03 +02:00
Sandro d888633968
Merge pull request #132446 from Stunkymonkey/misc-drivers-phases 2021-08-04 15:13:31 +02:00
figsoda d612a2ff7f vimPlugins.neoscroll-nvim: init at 2021-07-23 2021-08-03 19:48:31 -04:00
figsoda 905cd7ce87 vimPlugins: update 2021-08-03 19:48:10 -04:00
Vinícius Müller f4799162c3 vimPlugins.vim-lfe: init at 2018-04-30 2021-08-03 09:50:12 -07:00
Vinícius Müller 93bb396edb vimPlugins: update 2021-08-03 09:50:12 -07:00
Andrey Kuznetsov e03daba08c vimPlugins.telescope-fzf-native-nvim: enable build phase 2021-08-03 16:47:12 +02:00
"Vinícius Müller" 0fb2c30631 vimPlugins.wilder-nvim: init at 2021-08-02 2021-08-03 09:46:24 -03:00
"Vinícius Müller" cf0a38bb4b vimPlugins: update 2021-08-03 09:45:38 -03:00
toastal 04de1306ba
vimPlugins.himalaya-vim: fix failing build (#132517)
* fix `himalaya-vim` failing build

I’m unsure as to why the configure phase `cd vim/` is no longer working, but
this patch phase copying files up a directory workaround is building for my
NixOS locally.

* consistent comment indentation

* Apply suggestions from code review

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-03 13:52:20 +02:00
Ryan Horiguchi 3c502503aa vscode-extensions.hashicorp.terraform: 2.13.2 -> 2.14.0 2021-08-02 20:50:27 -07:00
davidak 9986226d51
Merge pull request #132327 from davidak/xboxdrv-url
xboxdrv: update url
2021-08-02 23:58:00 +02:00
Felix Buehler 2ab5a84bac sundtek: deprecate phases and fix sha256 2021-08-02 21:20:20 +02:00
Felix Buehler b3cda4163a gutenprint-bin: deprecate phases 2021-08-02 21:20:00 +02:00
Felix Buehler c07e7d877b postscript-lexmark: remove phases 2021-08-02 21:19:44 +02:00
Stefan Frijters 2c588e0edd
wine{Unstable,Staging}: 6.13 -> 6.14 2021-08-02 21:19:43 +02:00
Vinícius Müller 2adaddd1d3 vimPlugins.vim-clap: Update cargo sha256 2021-08-02 10:55:08 -07:00
Vinícius Müller 543cf3e989 vimPlugins.gruvbox-material: init at 2021-07-29 2021-08-02 10:55:08 -07:00
Vinícius Müller 8a42a17c7f vimPlugins: update 2021-08-02 10:55:08 -07:00
Chris Pickard f27dd09ec1 tmuxPlugins.better-mouse-mode: init at 2021-08-02
[tmux-better-mouse-mode](https://github.com/NHDaly/tmux-better-mouse-mode) is a tmux plugin to
better manage the mouse

it emulates mouse support for full-screen programs like `less` which don't provide mouse support

it exits copy mode and returns you to the prompt by scolling back all the down to the bottom

it adjusts scrolling speed

intended for tmux versions 2.1 and later
2021-08-02 13:17:39 -04:00
Sandro 9a82a76a99
Merge pull request #132412 from yaymukund/rust-analyzer-08-02
rust-analyzer: 2021-07-12 -> 2021-08-02
2021-08-02 14:14:17 +00:00
Mukund Lakshman 60069171ea rust-analyzer: 2021-07-12 -> 2021-08-02 2021-08-02 11:14:14 +01:00
Sandro Jäckel 29658275ef
mgba: cleanup 2021-08-02 10:58:44 +02:00
Ben Siraphob 711eb0b19d
Merge pull request #132362 from Stunkymonkey/lilypond-phases
lilypond-fonts: deprecate phases
2021-08-02 13:27:27 +07:00
Felix Buehler 7900764af6 splix: deprecate phases 2021-08-02 00:24:29 +02:00
Felix Buehler 78e576af86 mfcl8690cdwlpr: deprecate phases 2021-08-02 00:24:15 +02:00
Felix Buehler fcded91e5e mfcl8690cdwcupswrapper: deprecate phases 2021-08-02 00:24:01 +02:00
Felix Buehler de333f96fe mfcl2720dwlpr: deprecate phases 2021-08-02 00:23:43 +02:00
Felix Buehler 34aefcaa40 mfcl2720dwcupswrapper: deprecate phases 2021-08-02 00:23:29 +02:00
Felix Buehler 781875fac7 mfcl2700dnlpr: deprecate phases 2021-08-02 00:23:08 +02:00
Felix Buehler a551dba0ad mfcl2700dncupswrapper: deprecate phases 2021-08-02 00:22:43 +02:00
Felix Buehler abea7db0ae estudio: deprecate phases 2021-08-02 00:22:29 +02:00
Felix Buehler 05d1d550a0 lilypond-fonts: deprecate phases 2021-08-02 00:06:21 +02:00
Vinícius Müller 2c79ed4585
vimPlugins.onedark-nvim: Add lush-nvim dependency (#131987)
* vimPlugins.onedark-nvim: Add lush-nvim dependency

* Update pkgs/misc/vim-plugins/overrides.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-01 20:12:02 +02:00
Maximilian Bosch f49c480094
Merge pull request #132235 from Ma27/bump-epson-escpr2
epson-escpr2: 1.1.34 -> 1.1.38
2021-08-01 19:08:33 +02:00
davidak bd13bd24ba xboxdrv: update url 2021-08-01 18:14:48 +02:00
Anderson Torres b983aec8bc
Merge pull request #132280 from AndersonTorres/new-openmsx
openmsx: 16.0 -> 17.0
2021-08-01 04:05:32 -03:00
Anderson Torres a5c39a78b8
Merge pull request #132279 from AndersonTorres/new-mgba
mgba: 0.9.0 -> 0.9.2
2021-08-01 04:04:49 -03:00