Timo Kaufmann
30ff3e0f39
vimUtils.buildVimPlugin: fix helptag generation ( #53071 )
...
I messed that up in my refactoring in #52767 , since I moved the relevant
bash code out of a function and failed to adjust the shell variable
name. Now the plugin build will fail loudly when help tag generation
fails to make sure this doesn't happen again.
2018-12-30 12:22:17 +01:00
Silvan Mosberger
50a5902319
Merge pull request #52513 from ceedubs/init-vim-lsc
...
vim-lsc: init at fe6d3bd
2018-12-29 22:25:02 +01:00
ash lea
ace58271af
dolphinEmuMaster: 2018-09-24 -> 2018-12-25 ( #52917 )
2018-12-29 20:34:53 +01:00
Timo Kaufmann
22d0f320e8
Merge pull request #52767 from timokau/vim-plugin-updates
...
Fix vim-plugin dependencies
2018-12-28 13:48:21 +01:00
Timo Kaufmann
58b4351b38
vimPlugins.taglist-vim: fix build
...
The override actually broke the build, no idea why it was added
originally. The build works fine without it.
2018-12-28 13:31:58 +01:00
Timo Kaufmann
af465293f1
vimPlugins: use fixed point
2018-12-27 11:55:53 +01:00
Timo Kaufmann
96b6396101
vimUtils.buildVimPlugin: derive name from pname and version
2018-12-27 10:34:14 +01:00
Timo Kaufmann
edf8b984fa
vimPlugins: Update
2018-12-27 10:32:27 +01:00
Timo Kaufmann
8e8a09bfc9
vimUtils: add dependency logic to nativeImpl
...
nativeImpl previously simply ignored dependency information.
2018-12-24 23:41:44 +01:00
Timo Kaufmann
b352318cd1
vimUtils: represent vim plugins as derivations
...
Vim plugins were previously represented as strings by default,
necessitating a `knownPlugins` set. Backwards compatibility is kept
(strings are still accepted), so vam plugins should continue to work.
2018-12-24 23:41:41 +01:00
Timo Kaufmann
ce7899bea5
vimPlugins.ncm2-jedi: init at 2018-07-18
2018-12-24 23:40:44 +01:00
José Romildo Malaquias
5b1fb49416
matcha: move to pkgs/data/themes
2018-12-24 18:10:13 -02:00
José Romildo Malaquias
dd915395c4
matcha: 2018-11-12 -> 2018-12-24
2018-12-24 18:04:05 -02:00
Sander van der Burg
a27aa247c0
Merge pull request #50596 from svanderburg/mobile-updates
...
Mobile updates
2018-12-24 15:52:33 +01:00
Timo Kaufmann
1e25b748fa
vimPlugins: Update
2018-12-23 23:30:11 +01:00
R. RyanTM
c6436ab382
sc-controller: 0.4.5 -> 0.4.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sc-controller/versions
2018-12-23 11:06:44 +01:00
Samuel Dionne-Riel
3c38cc8058
Merge pull request #51813 from samueldr/aarch64/disable-non-arm-builds-part-1
...
aarch64: ZHF for aarch64 (1/??)
2018-12-20 21:06:52 -05:00
Maximilian Bosch
87e637df10
Merge pull request #52483 from marsam/init-vimplugins-recover-vim
...
vimPlugins.Recover-vim: init at 2018-10-22
2018-12-20 13:09:53 +01:00
Lengyel Balazs
a960696f71
wineStable: 3.0.3 -> 3.0.4
2018-12-19 16:55:08 -05:00
Lengyel Balazs
80a1d934b8
winetricks: 20180815 -> 20181203
2018-12-19 16:55:08 -05:00
Matthew Bauer
df90fdf62b
Merge pull request #51301 from timor/libretro-dolphin-dep-fix
...
libretro.dolphin: add missing dependencies to fix build
2018-12-19 12:05:03 -06:00
Matthew Bauer
762c3d730f
Merge pull request #52011 from r-ryantm/auto-update/snes9x-gtk
...
snes9x-gtk: 1.56.2 -> 1.57
2018-12-19 11:00:02 -06:00
Renaud
433b867b61
Merge pull request #52520 from romildo/upd.plano-theme
...
plano-theme: 3.28-3 -> 3.30-1
2018-12-19 15:55:44 +01:00
José Romildo Malaquias
9f934e8efc
shades-of-gray-theme: 1.1.1 -> 1.1.3
2018-12-19 10:48:29 -02:00
José Romildo Malaquias
91e1e2fd92
plano-theme: 3.28-3 -> 3.30-1
2018-12-19 10:28:40 -02:00
Florian Klink
f6ab103cf1
Revert "brlaser: fix $out"
...
This reverts commit 04405f65f9
.
This was already fixed in https://github.com/NixOS/nixpkgs/pull/49180 ,
but never got backported to 18.09.
2018-12-19 10:58:53 +01:00
Florian Klink
15ecc67c21
Merge pull request #52502 from flokli/brlaser-fix-out
...
brlaser: fix $out
2018-12-19 09:58:20 +01:00
Cody Allen
4699d76d98
vim-lsc: init at fe6d3bd
...
`natebosch/vim-lsc` is a language server client plugin for vim/neovim. This commit
adds it to the `vim-plugin-names` file and the generated vim-plugins
file.
This is a reboot of #52407 that doesn't call the `update.py` script for
vim plugins, because doing so led to quick merge conflicts. Let me know
if there is a preferred way to do this.
2018-12-18 20:04:40 -08:00
Alexander V. Nikolaev
946e6af857
wine{Unstable,Staging}: 3.20 -> 4.0-rc2
...
Disabling the build of regression tests was proposed in #51341
but this change has been postponed until we reach a concensus.
2018-12-18 21:29:23 -05:00
Florian Klink
04405f65f9
brlaser: fix $out
2018-12-19 01:18:02 +01:00
Sander van der Burg
53550c826d
Port packages with Android dependencies to new androidenv
2018-12-18 21:16:06 +01:00
Edmund Wu
ceb89f042e
vscode-extensions.WakaTime.vscode-wakatime: 1.2.4 -> 1.2.5
2018-12-18 14:08:08 -05:00
Edmund Wu
d8b5275d43
vscode-extensions.ms-python.python: 2018.11.0 -> 2018.12.1
2018-12-18 12:27:44 -05:00
Mario Rodas
a506fb228d
vimPlugins.Recover-vim: init at 2018-10-22
2018-12-18 08:15:42 -05:00
Jörg Thalheim
6b69a8c8f5
Merge pull request #51935 from neonfuz/retroarch-menu-fix
...
retroarch: Remove --menu from wrapper
2018-12-18 10:44:09 +00:00
Roman Volosatovs
8c836fab9c
vimPlugins: Update
2018-12-15 13:48:38 +01:00
Matthew Bauer
9a06f08d85
Merge pull request #51847 from plapadoo/fix-epsxe
...
epsxe: add libGLU_combined to buildInputs
2018-12-14 22:19:45 -06:00
R. RyanTM
c6cb93339f
snes9x-gtk: 1.56.2 -> 1.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/snes9x-gtk/versions
2018-12-14 00:53:57 -08:00
Sage Raflik
b33fc4e618
retroarch: Remove --menu from wrapper
2018-12-13 02:20:31 -08:00
Alyssa Ross
64f73752fc
Merge pull request #51928 from neonfuz/retroarch-1.7.5
...
retroarch: 1.7.1 -> 1.7.5
2018-12-13 10:17:55 +00:00
Sage Raflik
8cccab7bf4
retroarch: 1.7.1 -> 1.7.5
2018-12-12 21:11:01 -08:00
Rok Garbas
7cbb09a2ec
vimPlugins: update all plugins to latest and adding vimux and neovim-sensible plugins
2018-12-12 22:09:39 +01:00
Philipp Middendorf
f4ea6fd287
epsxe: add libGLU_combined to buildInputs
...
This fixes #51845 .
2018-12-10 22:41:22 +01:00
Samuel Dionne-Riel
38d6719cbc
blastem: Disables build for aarch64-linux.
2018-12-10 14:55:20 -05:00
Robert Schütz
25de143c84
seafile-shared: 6.2.8 -> 6.2.9
2018-12-10 15:50:29 +01:00
Jörg Thalheim
d81439db9b
Merge pull request #51785 from rvolosatovs/update/vim-plugins
...
vimPlugins: Update
2018-12-09 23:46:50 +00:00
Roman Volosatovs
75a1dfbe75
vimPlugins: Update
2018-12-09 16:24:46 +01:00
Tor Hedin Brønner
0ed7d3c62a
ghostscript: 9.25 -> 9.26
2018-12-08 19:15:06 +01:00
Frederik Rietdijk
e0950ae9ad
Merge master into staging-next
2018-12-08 12:40:13 +01:00
Alyssa Ross
0e8e02e686
Merge pull request #51214 from rnhmjoj/wine
...
winePackages.wine: add SDL support
2018-12-07 22:44:13 +00:00