Commit Graph

3908 Commits

Author SHA1 Message Date
worldofpeace
696767a9c9
Merge pull request #55149 from eadwu/vscode-extensions.ms-python.python/2019.1.0
vscode-extensions.ms-python.python: 2018.12.1 -> 2019.6.22090
2019-07-14 05:22:00 -04:00
Yarny0
2daea2c81f hplip: retain udev rules in WithPlugin version
Beginning with commit 8ffd6af27e,
the build recipe for `hplipWithPlugin` explicitely drops a
udev rule file that is delivered with the sources.
In `hplip` (without plugin), the rule file is retained.

The udev rules takes care of uploading firmware
to certain printers (and maybe of other things),
e.g. to HP LaserJet 1000.

This commit reinstates the rule file and
expands the fixup script so that the rules
are also patched in the WithPlugin version.
2019-07-14 10:15:38 +02:00
Yarny0
5aafd1d0db hplip: udev rule: drop nohup instead of patching it
hplip's udev rule uses `nohup` to attempt to detach
its printer configuration script from the udev process.
However, this attempt is futile as udev
tracks its child processes with cgroups:
https://unix.stackexchange.com/a/243648

The hardcoded path to `nohup` was patched to use Nix' `nohup`.
This commit alters the patch script so
that it simply drops the call to `nohup`.
2019-07-14 10:15:38 +02:00
Yarny0
60311e0957 hplip: patch imageProcessor segfault in hpcups (#58949)
Beginning with version 3.18.7, `hpcups` fails with
> DEBUG: imageProcessorStartPage failed
and segfaults (tested with HP LaserJet 1000 printer).

Upstream bug reports:
* https://bugs.launchpad.net/hplip/+bug/1788706
* https://bugs.launchpad.net/hplip/+bug/1787289

There is a patch available in one of the reports:
https://bugs.launchpad.net/hplip/+bug/1787289/+attachment/5176026/+files/hplip.patch
It applies to 3.18.7, but not to later versions.

This commit adds a slight adaption of
the patch that applies to versions 3.18.9 -- 3.19.6.
The patch fixes https://github.com/NixOS/nixpkgs/issues/58949 .

Note that the patch is merely a workaround:
It simply removes all calls into the
ImageProcessor library from `HPCupsFilter.cpp`.
2019-07-14 10:15:06 +02:00
Timo Kaufmann
23a51a61d8
vimPlugins: update (#64696) 2019-07-13 12:12:40 +02:00
Yarny0
15aacfb450 hplip: 3.19.1 -> 3.19.6
Release notes:
https://developers.hp.com/hp-linux-imaging-and-printing/release_notes
2019-07-13 09:48:44 +02:00
Yarny0
1323930b7b hplip: add meta.downloadPage 2019-07-13 09:48:40 +02:00
Frederik Rietdijk
54065ae20d Merge master into staging-next 2019-07-13 09:45:40 +02:00
worldofpeace
63109c860f
Merge pull request #64376 from emmanuelrosa/betterlockscreen-missing-dependencies
betterlockscreen: add missing runtime dependencies
2019-07-11 10:33:24 -04:00
Emmanuel Rosa
eb0332db39 betterlockscreen: add missing runtime dependencies 2019-07-11 10:33:07 -04:00
Frederik Rietdijk
da96a4119f Merge staging-next into staging 2019-07-10 08:52:50 +02:00
Frederik Rietdijk
fb6260fcf7
Merge pull request #64236 from NixOS/staging-next
Staging next
2019-07-10 08:52:04 +02:00
Roman Volosatovs
1b18ef6728
vimPlugins.coc-go: Ensure dependencies are available 2019-07-09 22:51:22 +02:00
Roman Volosatovs
f597e3eeaa
vimPlugins: Init various coc extension plugins 2019-07-09 22:51:21 +02:00
Roman Volosatovs
8d33a03ac2
vimPlugins: Update 2019-07-09 22:51:21 +02:00
Frederik Rietdijk
79a03641d5 Merge staging-next into staging 2019-07-09 15:46:26 +02:00
Frederik Rietdijk
74c24385cb Merge master into staging-next 2019-07-09 15:46:00 +02:00
Frederik Rietdijk
7cf5909fad Merge staging-next into staging 2019-07-09 15:44:08 +02:00
Will Dietz
f51c4d463b
xscreensaver: 5.40 -> 5.43
https://www.jwz.org/xscreensaver/changelog.html
2019-07-09 06:27:23 -05:00
Nathan van Doorn
0a60534cd8 vimPlugins.vim-glsl: init at 2017-10-15 2019-07-09 09:19:45 +01:00
Nathan van Doorn
2f04b2319f vimPlguins.wmgraphviz-vim: init at 2018-04-26 2019-07-09 09:18:47 +01:00
Nathan van Doorn
ed48a81a0a vimPlugins.jq-vim: init at 2019-05-21 2019-07-09 09:17:01 +01:00
Nathan van Doorn
af014eccf3 Sort vim-plugin-names as per default.nix instructions and regenerate 2019-07-09 09:15:37 +01:00
worldofpeace
bf7ab595dc
Merge pull request #64429 from eadwu/vscode-extensions.ms-vscode.cpptools/0.24.0
vscode-extensions.ms-vscode.cpptools: 0.23.1 -> 0.24.0
2019-07-08 20:40:24 -04:00
Edmund Wu
ca13e2b5e3
vscode-extensions.ms-vscode.cpptools: 0.23.1 -> 0.24.0 2019-07-08 19:56:03 -04:00
Charles Strahan
5ded60dfc4
Merge pull request #64219 from jonringer/ycmd-python3
ycmd: build with python3
2019-07-08 03:54:52 -04:00
Matthieu Coudron
566c8fde21 vimPlugins.coc-nvim: 0.0.71 -> 0.0.72 2019-07-08 04:40:46 +02:00
Edmund Wu
a8b31a14b1
vscode-extensions.ms-python.python: 2018.12.1 -> 2019.6.22090 2019-07-07 21:12:46 -04:00
Timo Kaufmann
980bb95f1c
vimPlugins: update (#64373) 2019-07-06 13:56:48 +02:00
Vladimír Čunát
0746c4dbb4
Merge branch 'master' into staging-next
There are several thousand rebuilds from master already.
Hydra nixpkgs: ?compare=1528940
2019-07-06 13:44:40 +02:00
Roman Volosatovs
d90c41bc65 vimPlugins: Update 2019-07-06 06:26:26 +02:00
Thomas Tuegel
56d5963382
Merge pull request #54525 from ttuegel/feature/qt-5/wrap-qt-apps
Wrap Qt applications
2019-07-05 14:38:10 -05:00
Thomas Tuegel
51d78034a1
wrapQtAppsHook: Remove ad hoc Qt wrappers 2019-07-05 10:42:08 -05:00
adisbladis
d614edeb32
Revert Nodejs-8_x deprecation
This was supposed to go through a pull request

Revert "nodePackages: Regenerate node packages for nodejs 10 & 12"
This reverts commit 6a17bdf397.

Revert "nodejs-8_x: Drop package"
This reverts commit e06c97b71d.
2019-07-05 12:23:27 +01:00
adisbladis
e06c97b71d
nodejs-8_x: Drop package
It will be EOL within the support period of 19.09
2019-07-05 12:21:42 +01:00
Daiderd Jordan
df23db8956
jack2: remove cf-private 2019-07-03 22:20:23 +02:00
Daiderd Jordan
956c197ee6
dolphin-emu: remove cf-private 2019-07-03 22:20:11 +02:00
Jonathan Ringer
ba3dd20f37 vimPlugins.youcompleteme: Use python3 and update meta info 2019-07-03 08:00:24 -07:00
Rok Garbas
65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
Frederik Rietdijk
25a77b7210 Merge staging-next into staging 2019-07-03 08:59:42 +02:00
R. RyanTM
5568ec4c14 xlockmore: 5.56 -> 5.57
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xlockmore/versions
2019-07-03 08:28:43 +02:00
Paul Reimer
a35552e6d2
vimPlugins.DoxygenToolkit-vim: init at 2010-11-06 2019-07-02 00:02:08 -07:00
Paul Reimer
8f755e931d
vimPlugins.ir_black: init at 2012-03-05 2019-07-02 00:02:08 -07:00
Paul Reimer
63738a0e1b
vimPlugins.tcomment_vim: init at 2019-04-28 2019-07-02 00:02:08 -07:00
Paul Reimer
c48441a07a
vimPlugins.vim-flutter: init at 2019-06-23 2019-07-02 00:02:08 -07:00
Paul Reimer
3c4c2d718c
vimPlugins.deoplete-lsp: init at 2018-12-05 2019-07-02 00:02:08 -07:00
Paul Reimer
a0ee7a59fd
vimPlugins.vim-bufkill: init at 2018-03-20 2019-07-02 00:02:07 -07:00
Paul Reimer
a0315f788c
vimPlugins.sky-color-clock-vim: init at 2018-11-03 2019-07-02 00:02:02 -07:00
Paul Reimer
00b8139ca0
vimPlugins.lightline-ale: init at 2018-06-12 2019-07-02 00:02:02 -07:00
Paul Reimer
caf2ab9a01
vimPlugins.lh-brackets: init at 2019-05-23 2019-07-02 00:02:01 -07:00
Paul Reimer
4814e6747b
vimPlugins.lh-vim-lib: init at 2019-05-24 2019-07-02 00:02:01 -07:00
Paul Reimer
926cac85cd
vimPlugins.vim-textobj-user: init at 2018-11-19 2019-07-02 00:02:01 -07:00
Paul Reimer
cb81314ea0
vimPlugins.vim-textobj-function: init at 2014-05-03 2019-07-02 00:02:01 -07:00
Paul Reimer
ae082355b7
vimPlugins.vim-textobj-comment: init at 2014-04-11 2019-07-02 00:02:01 -07:00
Paul Reimer
fa3954073a
vimPlugins.dart-vim-plugin: init at 2019-05-04 2019-07-02 00:02:00 -07:00
Paul Reimer
3ed9ac70e9
vimPlugins.vim-sourcetrail: init at 2018-06-26 2019-07-02 00:02:00 -07:00
Paul Reimer
b414d2a3a3
vimPlugins.file-line: init at 2016-10-21 2019-07-02 00:01:54 -07:00
Paul Reimer
767e0e5905
vimPlugins.LanguageClient-neovim: init at 2018-08-07 2019-07-02 00:01:48 -07:00
Paul Reimer
be356cddb9
Rename vim plugin deoplete-jedi owner to deoplete-plugins 2019-07-01 23:48:58 -07:00
Paul Reimer
81f6cc80e5
Sort vim-plugin-names alphabetically, case-insensitive 2019-07-01 23:48:45 -07:00
worldofpeace
3f4a353737 treewide: use dontUnpack 2019-07-01 04:23:51 -04:00
worldofpeace
cab7c6cbd9 treewide: use dontConfigure 2019-07-01 04:23:51 -04:00
Timo Kaufmann
95165e03f0
vimPlugins: update (#63925) 2019-06-29 19:00:36 +02:00
Ambroz Bizjak
96c957f92c wine: Set WINELOADER in wrapper, wrap also wine64.
Fixes #63170. Note that this brings back wrapping of wine64 which was removed in #28486 because the underlying issue is now fixed.
2019-06-27 14:38:57 +02:00
Jan Tojnar
07d1d3ed68
Merge branch 'master' into staging 2019-06-25 18:06:43 +02:00
Frederik Rietdijk
4589a04299 Merge master into staging-next 2019-06-25 16:26:29 +02:00
Vladimír Čunát
145a620802
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1527134
2019-06-25 14:04:12 +02:00
Daniel Schaefer
73847dfd30 acpilight: 1.1 -> 1.2 2019-06-25 00:20:26 +02:00
Matthieu Coudron
5adfef1810 vimPlugins: update 2019-06-24 10:55:49 +09:00
Matthieu Coudron
bb8538a209 vimPlugins.coc-nvim: 0.69 -> 0.71 2019-06-24 10:55:33 +09:00
Matthew Bauer
3726505510
Merge pull request #63670 from arcnmx/acpilight-build-fix
acpilight: fix build error
2019-06-23 21:41:51 -04:00
Frederik Rietdijk
dafee3d91a Merge master into staging-next 2019-06-23 15:38:41 +02:00
Jörg Thalheim
9336f941ea
vimPlugins.camelcasemotion: init at 2019-06-06 (#63683)
vimPlugins.camelcasemotion: init at 2019-06-06
2019-06-23 13:02:48 +01:00
Minijackson
3b7972aa51
vimPlugins.tmux-complete-vim: init at 2019-05-13 2019-06-23 11:11:05 +02:00
Minijackson
c1b11c696e
vimPlugins.camelcasemotion: init at 2019-06-06 2019-06-23 10:56:03 +02:00
arcnmx
3f79ede5c0 acpilight: fix build error
udevadm should not run as part of make install
2019-06-22 13:10:32 -07:00
Timo Kaufmann
baa75f0c25
vimPlugins: update (#63647) 2019-06-22 12:24:45 +02:00
Frederik Rietdijk
72d647f3d8 Merge master into staging-next 2019-06-21 08:20:26 +02:00
Maximilian Bosch
e3b569965e
i3lock-pixeled: 1.2.0 -> 1.2.1 2019-06-20 17:58:41 +02:00
Frederik Rietdijk
f120248daf Merge staging-next into staging 2019-06-18 11:07:56 +02:00
R. RyanTM
296214f5ce seafile-shared: 6.2.11 -> 7.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/seafile-shared/versions
2019-06-18 01:45:28 -07:00
Michael Raskin
63379e8e86
Merge pull request #63044 from JohnAZoidberg/wine-fonts
winePackages.fonts: init at 4.0
2019-06-17 19:39:52 +00:00
Matthew Bauer
4d6f65b81f
Merge pull request #62167 from matthewbauer/alias-libgl
Add libGL* aliases
2019-06-17 15:18:29 -04:00
Matthew Bauer
263f5891b6 treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesa
Just use mesa for these to be more clear. Move these to aliases.nix
2019-06-17 14:43:18 -04:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
R. RyanTM
113bb2e0d7 cups-filters: 1.23.0 -> 1.25.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cups-filters/versions
2019-06-16 12:23:06 -07:00
Alexander V. Nikolaev
2b4ac8d003 wine: 4.8 -> 4.9, 4.0 -> 4.0.1 2019-06-15 18:32:50 +02:00
Timo Kaufmann
61ced72975
vimPlugins: update (#63155) 2019-06-15 15:53:40 +02:00
Frederik Rietdijk
395da1280e
Merge pull request #63100 from aanderse/phabricator-remove
drop unmaintained phabricator package, service, and httpd subservice
2019-06-15 13:08:48 +02:00
Timo Kaufmann
29dc0ba657
vimPlugins: update (#63119) 2019-06-14 12:13:50 +02:00
Aaron Andersen
938e055f28 phabricator: remove unmaintained package 2019-06-13 17:12:26 -04:00
Daniel Schaefer
3303bc1fd7 wine: Use proper license attribute 2019-06-12 23:36:10 +02:00
Daniel Schaefer
66fffe99d8 winePackages.fonts: init at 4.0
"Wine's fonts should be a natural candidate for their own subpackage"
https://wiki.winehq.org/Packaging

They are a replacement for some Microsoft fonts not available in other
replacement packages.
2019-06-12 23:33:18 +02:00
Ihar Hrachyshka
35ee15ded8 epkowa: add support for network scanners (#60568) 2019-06-12 14:46:57 -04:00
Matthieu Coudron
f6fc49d0bf vimPlugins.coc-nvim: 0.0.67-> 0.0.69 2019-06-11 23:44:48 +09:00
Jonathan Ringer
538af5ab70 vimPlugins: update plugins 2019-06-11 18:44:36 +09:00
Jonathan Ringer
4b3dc82c1a vimPlugins.indentLine: init at 2019-02-22 2019-06-11 18:43:55 +09:00
Michael Raskin
a3e2cb2a90
Merge pull request #62937 from yurrriq/update/lilypond
Update lilypond*
2019-06-11 08:12:12 +00:00
Matthew Bauer
290737edf0
Merge pull request #57103 from natemonster321/master
pcsx2: add -DXDG_STD build flag
2019-06-10 21:20:57 -04:00
Eric Bailey
900be27403 openlilylib-fonts: rework
- Install to lilypond fonts dir
- Use lilypond-unstable by default
2019-06-10 12:30:36 -05:00
Eric Bailey
d013602d78 openlilylib-fonts: update lilyjazz 2019-06-10 12:30:36 -05:00
Eric Bailey
859db73260 lilypond-with-fonts: rework
- Use symlinkJoin
- Cleanup quoting
- Inherit meta and version from lilypond
2019-06-10 12:30:35 -05:00
Eric Bailey
54e8c67375 lilypond-unstable: rework, 2.19.65 -> 2.19.83
- fetchurl -> fetchgit
- urw-fonts -> ghostscript/share/fonts
- overrideDerivation -> overrideAttrs
2019-06-10 12:30:29 -05:00
Eric Bailey
287ab732d9 lilypond: mark broken on darwin 2019-06-10 12:30:28 -05:00
Eric Bailey
79478b8369 lilypond: rework
- fetchurl -> fetchgit
- urwfonts -> ghostscript/share/fonts
- Add me as maintainer
2019-06-10 12:30:22 -05:00
Renaud
ec57ea39a6
Merge pull request #62477 from r-ryantm/auto-update/mgba
mgba: 0.7.1 -> 0.7.2
2019-06-10 15:55:11 +02:00
Vladimír Čunát
e596a33dc0
uae: fixup build
Fixes #62341.  I'm not sure why the problem happened,
but the solution seems fairly simple and risk-free.
2019-06-09 12:24:19 +02:00
Samuel Dionne-Riel
be1f0363aa
Merge pull request #62800 from lopsided98/uboot-rock64-update
ubootRock64, ubootRockPro64: update
2019-06-07 18:42:08 -04:00
Timo Kaufmann
ee2304abb4
vimPlugins: update (#62819) 2019-06-07 11:23:55 +02:00
Jon
939a652361 vimPlugins.semshi: init at 2018-12-05 (#62787) 2019-06-07 10:33:44 +02:00
Vladimír Čunát
8f5edef47e
Merge branch 'staging-next' (PR #62209) 2019-06-07 08:07:10 +02:00
Jonathan Ringer
4fcf0bbb20 vimPlugins.SpaceCamp: init at 2019-06-05 2019-06-07 12:04:55 +09:00
Jonathan Ringer
e091771346 vimPlugins.vim-csharp: init at 2017-03-29 2019-06-07 12:03:20 +09:00
Ben Wolsieffer
367dfad37e ubootRockPro64: update U-Boot and rkbin 2019-06-06 23:00:14 -04:00
Ben Wolsieffer
1bb093e4ff ubootRock64: update U-Boot and rkbin 2019-06-06 23:00:14 -04:00
Roman Volosatovs
43ba5cbe3c vimPlugins: Update 2019-06-06 16:30:51 +09:00
Sander van der Burg
18c2b52314 node2nix: 1.6.0 -> 1.7.0 and regenerate all Nix expressions, introduce nodePackages_12_x attribute set 2019-06-05 23:48:42 +02:00
markuskowa
964e5fd4f6
Merge pull request #62572 from r-ryantm/auto-update/sndio
sndio: 1.2.0 -> 1.5.0
2019-06-05 12:35:35 +02:00
Vladimír Čunát
576af17187
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1523575
2019-06-05 11:06:44 +02:00
Nikolay Amiantov
dff950155e rpcs3: 0.0.5-6980-81e5f3b7f -> 0.0.6-8187-790962425
Clean whitespaces.
2019-06-04 01:36:27 +03:00
Nikolay Amiantov
bb0fc95a89 citra: 2018-06-09 -> 2019-05-25 2019-06-04 01:36:27 +03:00
Matthew Bauer
cfec14e1fe
Merge pull request #62334 from Kiwi/hplip
hplip: add aarch64-linux to platforms
2019-06-03 14:16:52 -04:00
Vladimír Čunát
c4724fb7bc
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1523028
2019-06-03 10:01:25 +02:00
R. RyanTM
27166d50d9 sndio: 1.2.0 -> 1.5.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sndio/versions
2019-06-02 21:26:46 -07:00
R. RyanTM
3d4482ff8e mgba: 0.7.1 -> 0.7.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mgba/versions
2019-06-01 23:20:50 -07:00
Alyssa Ross
062210bdff treewide: update cargoSha256 hashes for cargo-vendor upgrade
A recent upgrade of cargo-vendor changed its output slightly, which
broke all cargoSha256 hashes in nixpkgs.
See https://github.com/NixOS/nixpkgs/issues/60668 for more information.

Since then, a few hashes have been fixed in master by hand, but there
were a lot still to do, so I did all of the ones left over with some
scripts I wrote.

The one hash I wasn’t able to update was habitat's, because it’s
currently broken and the build doesn’t get far enough to produce a
hash anyway.
2019-06-01 15:17:52 +00:00
Robert Djubek
9c6185f20b
hplip: add old version (from 18.09) with aarch64 support 2019-06-01 04:28:01 +00:00
Robert Djubek
e69d8844b6
hplip-3.16.11: add aarch64-linux to platforms 2019-06-01 04:28:00 +00:00
Rémi NICOLE
310a1ec454 vimPlugins.gruvbox-community: init at 2019-05-31 (#62259) 2019-05-31 22:55:09 +02:00
Timo Kaufmann
32ba4cf057
vimPlugins: update (#62299) 2019-05-31 13:49:51 +02:00
Frederik Rietdijk
b95dfb09b8 Merge staging into staging-next 2019-05-29 10:39:52 +02:00
Frederik Rietdijk
97aba37876
Merge pull request #61657 from NixOS/staging-next
Staging next
2019-05-29 08:38:21 +00:00
Samuel Dionne-Riel
61f0936d1c
Merge pull request #61652 from samueldr/update/u-boot/2019.04
u-boot: 2018.09 -> 2019.04 (+ ATF update and boards)
2019-05-28 23:19:24 -04:00
Frederik Rietdijk
3685108787 Merge staging-next into staging 2019-05-28 08:32:57 +02:00
Frederik Rietdijk
36a6746f21 Merge master into staging-next 2019-05-28 08:32:03 +02:00
Silvan Mosberger
812e9d6928
Merge pull request #62103 from eadwu/vscode-extensions/update-1
vscode-extensions: 2019-05-26
2019-05-28 03:23:30 +02:00
Silvan Mosberger
68cae99370
Merge pull request #61742 from abbradar/lutris
lutris: init at 0.5.2.1
2019-05-27 20:21:12 +02:00
Edmund Wu
f3a49a8fae
vscode-extensions.justusadam.language-haskell: 2.5.0 -> 2.6.0 2019-05-26 21:07:25 -04:00
Edmund Wu
3a1e3cf5e5
vscode-extensions.alanz.vscode-hie-server: 0.0.25 -> 0.0.27 2019-05-26 21:07:03 -04:00
Edmund Wu
dfa8da4cd0
vscode-extensions.WakaTime.vscode-wakatime: 2.1.1 -> 2.1.2 2019-05-26 21:06:34 -04:00
Vladimír Čunát
b4ae841b23
Merge branch 'staging-next' into staging 2019-05-26 09:48:55 +02:00
Aaron Andersen
5dc4d65b57
Merge pull request #61982 from bignaux/xcpc
xcpc: move libdsk and lesstiff as optional
2019-05-25 23:03:17 -04:00
Frederik Rietdijk
b2ab860db3 Merge master into staging-next 2019-05-25 12:38:00 +02:00
Robert Scott
f55969bbb3 ghostscript: add patches for CVE-2019-3839 2019-05-24 23:21:38 +01:00
Timo Kaufmann
1e62f167fb
vimPlugins: update (#62005) 2019-05-24 16:24:04 +02:00
Frederik Rietdijk
6e4e7c5dc6 Merge master into staging-next 2019-05-24 12:39:37 +02:00
Bignaux Ronan
6e175d1371 xcpc: move libsdk and lesstiff as optional 2019-05-24 02:17:26 +02:00
Jon
3055ae4f79 vscode-extensions.formulahendry.auto-close-tag: init at 0.5.6 (#60405) 2019-05-23 17:11:59 -04:00
Matthieu Coudron
c67a35d645 vimPlugins: update 2019-05-21 22:47:35 +09:00
Matthieu Coudron
31c7852720 vimPlugins.nvim-hs-vim: init at 2019-04-14 2019-05-21 22:47:34 +09:00