Commit graph

4064 commits

Author SHA1 Message Date
Ryan Mulligan 7136d830f9
Merge pull request #63234 from r-ryantm/auto-update/cups-filters
cups-filters: 1.23.0 -> 1.25.0
2019-07-15 07:42:53 -05:00
Michael Raskin 4a68d3bb79
Merge pull request #63817 from ambrop72/wine-wrapper-fix
wine: Set WINELOADER in wrapper, wrap also wine64.
2019-07-15 10:40:15 +00:00
Vladimír Čunát 3686036e02
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1530372
2019-07-15 09:39:03 +02:00
Malo Bourgon 5d69e5f84b Update documentation about adding new Vim plugins to nixpkgs 2019-07-14 17:13:29 -07:00
Robert Scott 428e215313 dosbox: 0.74-2 -> 0.74-3
fixes CVE-2019-7165, CVE-2019-12594
2019-07-14 12:39:15 +01:00
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
Matthieu Coudron 36411f391b vimPlugins.vim-lion: init at 2018-02-05 2019-05-21 22:47:34 +09:00
Matthieu Coudron 7ec21fa162 vimPlugins.coc-nvim: init at v0.0.67
you still need to enable the node js provider in your nvim config
yarn is optional.
Run :checkhealth within neovim if you have any doubt.
2019-05-21 22:47:34 +09:00
Matthieu Coudron 4f02d8c6c4 vimPlugins.LanguageClient-neovim: 0.1.140->0.1.146
Also factorized version so that it needs to be changed in only one location.
2019-05-21 22:47:34 +09:00
Renaud 1aea662759
Merge pull request #61801 from r-ryantm/auto-update/cups-filters
cups-filters: 1.22.5 -> 1.23.0
2019-05-21 15:41:32 +02:00
R. RyanTM b6e40f1c34 cups-filters: 1.22.5 -> 1.23.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-05-21 03:24:33 -07:00
Renaud 1758bb654e
Merge pull request #61781 from eadwu/vscode-extensions.ms-vscode.cpptools/0.23.1
vscode-extensions.cpptools.ms-vscode: 0.23.0 -> 0.23.1
2019-05-21 09:56:25 +02:00
Edmund Wu 4ecde9b3b7
vscode-extensions.WakaTime.vscode-wakatime: 2.1.0 -> 2.1.1 2019-05-20 22:13:01 -04:00
Edmund Wu e527d1408e
vscode-extensions.cpptools.ms-vscode: 0.23.0 -> 0.23.1 2019-05-20 22:12:21 -04:00
Okina Matara 8eba6d4ae9 sndio: init at 1.2.0 2019-05-20 22:14:25 +03:00
Okina Matara 3f3c7a03b6 dumb: init at 2.0.3 2019-05-20 22:14:24 +03:00
Andrew Childs 19dd115588 jackaudio: restrict aften dependency to Darwin 2019-05-19 00:28:45 -04:00
Samuel Dionne-Riel b64a5cfc72 arm-trusted-firmware: Switch Allwinner to upstream 2019-05-18 13:41:52 -04:00
Samuel Dionne-Riel b69c4744e3 arm-trusted-firmware: 2.0 -> 2.1 2019-05-18 13:41:27 -04:00
Robin Gloster 6cf583cf2f
Merge pull request #60406 from JohnAZoidberg/remove-isnull
treewide: Remove usage of isNull
2019-05-18 09:36:24 +00:00
Frederik Rietdijk 840e530934 Merge staging into staging-next 2019-05-18 08:17:48 +02:00
Samuel Dionne-Riel 6663a888f2 u-boot: Adds Pinebook 2019-05-17 21:58:47 -04:00
Samuel Dionne-Riel 6d961ec922 u-boot: Adds Pine64LTS
The name of the board is indeed A64-LTS, but upstream U-Boot names it
pine64-lts so let's keep the U-Boot moniker.

This previously was supported using the SOPINE build.
2019-05-17 21:57:14 -04:00
Samuel Dionne-Riel ba6f1a1e82 u-boot: 2018-09 -> 2019.04 2019-05-17 21:56:31 -04:00
Timo Kaufmann 89457d0179
vimPlugins: update (#61628) 2019-05-17 13:38:48 +02:00
Renaud d9df60fb71
Merge pull request #60819 from r-ryantm/auto-update/vhba
linuxPackages.vhba: 20190302 -> 20190410
2019-05-15 14:38:09 +02:00
Frederik Rietdijk f0a4305e0a Merge staging-next into staging 2019-05-14 10:24:46 +02:00
nyanloutre f2affe0344 wine-{unstable,staging}: 4.7 -> 4.8 2019-05-14 10:22:49 +02:00
Dmitry Kalinkin bea8ead3c8
Merge pull request #61413 from eadwu/vscode-extensions.ms-vscode.cpptools/0.23.0
vscode-extensions.ms-vscode.cpptools: 0.22.1 -> 0.23.0
2019-05-13 10:49:18 -04:00
Dmitry Kalinkin b8939b777b
Merge pull request #61412 from eadwu/vscode-extensions.WakaTime.vscode-wakatime/2.1.0
vscode-extensions.WakaTime.vscode-wakatime: 2.0.9 -> 2.1.0
2019-05-13 10:48:53 -04:00
Peter Simons ca3fe59173 xautolock: bump to latest git version
The new version has a patch that makes --lockaftersleep more robust.
2019-05-13 12:19:25 +02:00
Daniel Schaefer 06fad89bd6 treewide: Update meta of packages hosted on gnome
- Update homepage URLs
- Add missing meta entries
2019-05-13 03:01:25 -04:00
Edmund Wu 509785c127
vscode-extensions.ms-vscode.cpptools: 0.22.1 -> 0.23.0 2019-05-12 22:14:07 -04:00
Edmund Wu fd894b3868
vscode-extensions.WakaTime.vscode-wakatime: 2.0.9 -> 2.1.0 2019-05-12 20:51:48 -04:00
Daniel Schaefer b85ccbac54 treewide: Add passthru.updateScript to gnome pkgs
`updateScript` lets us update packages automatically.
For packages that are hosted on the gnome mirror it's very easy to add
that. Inspired by https://github.com/NixOS/nixpkgs/issues/36150
2019-05-12 22:23:48 +02:00
Bas van Dijk 1a0818e941 elk6: 6.7.1 -> 6.7.2 2019-05-10 23:32:44 +02:00
Bas van Dijk 8673d82bc1 elk5: 5.6.9 -> 5.6.16 2019-05-10 22:46:12 +02:00
Bas van Dijk 4b7aea9e8c
Merge pull request #61237 from basvandijk/journalbeat-fixes
NixOS: support journalbeat >= 6
2019-05-10 18:44:44 +02:00
Bas van Dijk 42c9c6df73 journalbeat7: fix binary by setting RPATH to systemd using patchelf 2019-05-10 15:36:53 +02:00
Bas van Dijk 42f357d1ac journalbeat6: fix binary by setting RPATH to systemd using patchelf 2019-05-10 15:29:35 +02:00
Timo Kaufmann df47f8b147
vimPlugins: update (#61226) 2019-05-10 10:41:14 +02:00
Bas van Dijk 46a869b286
Merge pull request #61185 from basvandijk/elk-7.0.1
elk: 7.0.0 -> 7.0.1
2019-05-09 15:50:03 +02:00
Bas van Dijk 78cb9b7898 elk: 7.0.0 -> 7.0.1 2019-05-09 11:37:48 +02:00
Peter Simons 12731923da xautolock: apply patches from Debian 2019-05-08 18:21:53 +02:00
Renaud 2fb1b3156f
Merge pull request #60932 from c0bw3b/patches-cleanup
[treewide] delete (some) unused patches
2019-05-07 23:34:04 +02:00
Max Gonzih 8ee40cca3b doge: Init at 3.5.0 2019-05-08 03:48:30 +09:00
Frederik Rietdijk a80982b4c9
Merge staging-next into master 2019-05-07 19:29:06 +02:00
Frederik Rietdijk 0196d8f11c Merge master into staging-next 2019-05-07 09:00:06 +02:00
José Romildo Malaquias eb19fdace7 sierra-gtk-theme: mv to pkgs/data/themes 2019-05-06 23:28:24 -03:00
José Romildo Malaquias 86665d0744 sierra-gtk-theme: 2018-10-12 -> 2019-05-07 2019-05-06 23:28:24 -03:00
Edmund Wu 11aca36b9e
vscode-extensions.WakaTime.vscode-wakatime: 2.0.7 -> 2.0.9 2019-05-05 21:45:44 -04:00
c0bw3b 9cb260d091 [treewide] delete unused patches 2019-05-04 19:52:24 +02:00
Frederik Rietdijk 0f10b72b5f Merge master into staging-next 2019-05-03 19:56:31 +02:00
R. RyanTM 804105e6b7 vbam: 2.1.2 -> 2.1.3 (#60821)
* vbam: 2.1.2 -> 2.1.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/visualboyadvance-m/versions

* vbam: refactor build inputs
2019-05-03 10:16:32 +02:00
Timo Kaufmann 5905034750
vimPlugins: update (#60850) 2019-05-03 10:09:05 +02:00
R. RyanTM c2708f9e96 linuxPackages.vhba: 20190302 -> 20190410
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vhba/versions
2019-05-02 16:48:13 -07:00
Frederik Rietdijk 155c9d8e18 Merge master into staging-next 2019-05-02 08:43:14 +02:00
Samuel Dionne-Riel b726784d0d
Merge pull request #59804 from lopsided98/uboot-rock64-fix
ubootRock64, ubootRockPro64: make compatible with latest dtc
2019-05-01 20:07:47 -04:00
Will Dietz 65a49dabde
Merge pull request #60671 from romildo/upd.tetra-gtk-theme
tetra-gtk-theme: 201903 -> 201905
2019-05-01 17:37:52 -05:00
Florian Klink ecf59492c7
caprice32: unstable-2018-03-05 -> 4.5.0 (#60663)
caprice32: unstable-2018-03-05 -> 4.5.0
2019-05-01 22:59:27 +02:00
José Romildo Malaquias 00b1b116ac tetra-gtk-theme: move to pkgs/data/themes 2019-05-01 17:36:10 -03:00
José Romildo Malaquias 9fc607d9fe tetra-gtk-theme: 201903 -> 201905 2019-05-01 17:32:39 -03:00
Bignaux Ronan 24b83b0af9 caprice32: unstable-2018-03-05 -> 4.5.0 2019-05-01 21:20:47 +02:00
Renaud 8141d5b21c
Merge pull request #60320 from nyanloutre/wine_update
wine{unstable,staging}: 4.6 -> 4.7
2019-05-01 15:34:42 +02:00
Ben Wolsieffer 1cb85dce07 ubootRock64, ubootRockPro64: apply patch to allow building with latest dtc 2019-05-01 00:26:33 -04:00
Matthew Bauer a3990c9f6d
Merge pull request #60447 from matthewbauer/macos-10-12-fixups
Fixup from macos-10-12 branch
2019-04-30 10:06:45 -04:00
Frederik Rietdijk 3462fe27d9 Merge staging-next into staging 2019-04-30 15:52:19 +02:00
Matthew Bauer 6e7cc807ff jackaudio: reenable on darwin
Apply patch to fix darwin build.
2019-04-29 21:34:25 -04:00
Daniel Schaefer 786f02f7a4 treewide: Remove usage of isNull
isNull "is deprecated; just write e == null instead" says the Nix manual
2019-04-29 14:05:50 +02:00
Edmund Wu f2b70e83ed
vscode-extensions.WakaTime.vscode-wakatime: 1.3.0 -> 2.0.7 2019-04-28 20:38:17 -04:00
Timo Kaufmann 028119189d
vimPlugins: update (#60325) 2019-04-27 17:18:56 +02:00
Matthieu Coudron 8e146ec387
Merge pull request #60202 from rvolosatovs/init/vim-visual-multi
Add vim-visual-multi, fix order, update plugins
2019-04-27 21:57:55 +09:00
nyanloutre 3dc4e55ffc
wine-mono: 4.8.2 -> 4.8.3 2019-04-27 14:54:20 +02:00
nyanloutre b1ae0ef297
wine{unstable,staging}: 4.6 -> 4.7 2019-04-27 14:53:51 +02:00
Frederik Rietdijk 042a01efbf Merge staging-next into staging 2019-04-27 07:02:02 +02:00
Matthew Bauer 87944c3125
Merge pull request #56744 from matthewbauer/macos-10-12
Update macOS to 10.12
2019-04-26 22:20:03 -04:00
Matthew Bauer da38a49a24 treewide: mark bad packages
Some old stuff is known not to work.
2019-04-26 21:55:11 -04:00
Nick Hu 6c28c29e64 tmuxPlugins.vim-tmux-navigator: fix runtimepath (#60165) 2019-04-26 08:12:18 -07:00
Roman Volosatovs 661384ec60
vimPlugins: Update 2019-04-25 14:29:16 +02:00
Roman Volosatovs 1257a86236
vimPlugins: Fix sorting 2019-04-25 14:28:41 +02:00
Roman Volosatovs 51c7ab1d1b
vimPlugins: Add vim-visual-multi 2019-04-25 12:13:21 +02:00
samrose e6956c6595 uboot: add Banana Pi M64 (#58366) 2019-04-24 22:50:01 +02:00
Dmitry Kalinkin f698c9258c
vscode-extensions.WakaTime.vscode-wakatime: 1.2.13 -> 1.3.0 (#60032) 2019-04-24 08:21:06 -04:00
Silvan Mosberger 9a8d764486
Merge pull request #59937 from tex/lilypond
LilyPond: Fix configure error - incorrectly detected fontforge version
2019-04-23 22:26:25 +02:00
Milan Svoboda 2f59db4fa9 Fix configure error - incorrectly detected fontforge version 2019-04-23 21:35:18 +02:00
markuskowa d0e70ac2d3
Merge pull request #60010 from JohnAZoidberg/https-urls
HTTPS urls
2019-04-22 23:37:07 +02:00
Renaud 861416711a
Merge pull request #59956 from lightbulbjim/dosbox-icon
dosbox: add XDG icon
2019-04-22 20:12:48 +02:00
Edmund Wu ec9eb63b12
vscode-extensions.WakaTime.vscode-wakatime: 1.2.13 -> 1.3.0 2019-04-22 13:04:33 -04:00
Timo Kaufmann 154f36df64
Merge pull request #58846 from malob/new-vim-plugins
vimPlugins: add plugins deoplete-fish, NeoSolarized, vim-choosewin, and vim-fish
2019-04-22 18:58:52 +02:00
Daniel Schaefer bac4d95aa2 treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Malo Bourgon 1b972aa8de vimPlugins.deoplete-fish: init at 2018-09-15 2019-04-21 16:38:06 -07:00
Malo Bourgon 2aa505b5d9 vimPlugins.vim-choosewin: init at 2018-06-11 2019-04-21 16:33:35 -07:00
worldofpeace ce14f9a9be lightlocker: compile schemas 2019-04-21 19:32:15 -04:00
Malo Bourgon 8e3eccccba vimPlugins.NeoSolarized: init at 2018-05-07 2019-04-21 16:31:18 -07:00
Malo Bourgon 0a43d78ed9 vimPlugins.vim-fish: init at 2017-11-22 2019-04-21 16:29:04 -07:00
Malo Bourgon 9bc3eb7a66 vimPlugins: update 2019-04-21 16:25:46 -07:00
Chris Rendle-Short 86b5fb78dd dosbox: add XDG icon
Add an XDG icon for dosbox. The official icon is in .ico format, which
is not compatible with the freedesktop.org spec, so graphicsmagick is
included as a build time dependency and used to convert it to a PNG.
2019-04-21 22:04:10 +10:00
Renaud a35a3c3b4a
Merge pull request #59471 from r-ryantm/auto-update/cups-filters
cups-filters: 1.22.2 -> 1.22.5
2019-04-21 01:38:12 +02:00
Jacek Galowicz bfd9eaeb53 vimPlugins.emodeline: init at 2010-10-18 2019-04-20 20:00:03 +00:00
Jan Tojnar cd8697da9f
fix evaluation with config.allowAliases = false (#59879)
Co-Authored-By: volth <volth@webmaster.ms>
2019-04-19 15:14:03 +02:00
worldofpeace a0ea9cc204
Merge pull request #59547 from rencire/add-base-16-shell-preview
base16-shell-preview: init at 0.3.0
2019-04-19 06:43:03 -04:00
volth cf3f3fd1b5 fix evaluation with config.allowAliases = false 2019-04-19 10:16:44 +00:00
Timo Kaufmann 5e7e5a2062
vimPlugins: update (#59874) 2019-04-19 10:42:45 +02:00
zimbatm 5b2b8f96a3
Merge pull request #58329 from siriobalmelli-foss/master-dev
Add vim plugin vim-beancount
2019-04-18 19:53:19 +02:00
R. RyanTM a73d69c912 vbam: 2.1.1 -> 2.1.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/visualboyadvance-m/versions
2019-04-18 19:43:49 +02:00
worldofpeace cc97412a26
Merge pull request #59339 from worldofpeace/elementary-updates-etcs
pantheon updates, etc.
2019-04-18 12:01:18 -04:00
worldofpeace 26463d0736 lightlocker: 1.8.0 -> 1.9.0
* meson!
* enabled UPower functionality

https://github.com/the-cavalry/light-locker/releases/tag/v1.9.0
2019-04-18 11:28:18 -04:00
Frederik Rietdijk 256e34b89d
Merge staging-next into master (#59733) 2019-04-18 14:03:51 +02:00
nyanloutre 676a77a5e5 wine-mono: 4.8.0 -> 4.8.2 2019-04-18 09:27:10 +02:00
nyanloutre e2adc64175 wine{unstable,staging}: 4.5 -> 4.6 2019-04-18 09:27:10 +02:00
Frederik Rietdijk 9d87ccabce Merge master into staging-next 2019-04-18 08:25:25 +02:00
ash lea 1e8606946f dolphinEmuMaster: 2019-02-16 -> 5.0-9976
changed versioning scheme to match dolphin's own. this also allows us to
include the describe string without deriving it from the git repository
during build.
2019-04-17 17:35:40 -07:00
Eric Ren 89e22fcca8 maintainers: add rencire 2019-04-16 23:17:22 -07:00
Eric Ren e431d495bb base16-shell-preview: init at 0.3.0 2019-04-16 23:17:03 -07:00
Sirio Balmelli 16a4799cf0 Add vim-jdaddy plugin (alternate, faster JSON linting)
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-04-16 20:40:44 +02:00
Sirio Balmelli edfbf262ba Add vim plugin vim-beancount
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-04-16 20:40:43 +02:00
Frederik Rietdijk bae32a9f5c Merge staging-next into staging 2019-04-16 18:54:15 +02:00
Dmitry Kalinkin 04ff9941b6
Merge pull request #58506 from nyanloutre/wine-update
Update wine{unstable,staging,mono,winetricks}
2019-04-15 22:02:06 -04:00
Matthew Bauer f475aeaf29
Merge pull request #59535 from matthewbauer/homepage-fixes
treewide: update homepages to https where available
2019-04-15 20:47:30 -04:00
Matthew Bauer 290a5d916e treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
Bas van Dijk e5724e8e66
Merge pull request #59514 from basvandijk/elk-7.0.0
elk7: init at 7.0.0
2019-04-15 07:05:13 +02:00
Bas van Dijk 13352f28d2 elk7: init at 7.0.0
This adds the following new packages:

+ elasticsearch7
+ elasticsearch7-oss
+ logstash7
+ logstash7-oss
+ kibana7
+ kibana7-oss
+ filebeat7
+ heartbeat7
+ metricbeat7
+ packetbeat7
+ journalbeat7

The default major version of the ELK stack stays at 6. We should
probably set it to 7 in a next commit.
2019-04-14 21:39:46 +02:00
Ryan Mulligan 01e2e11ea5
Merge pull request #59442 from r-ryantm/auto-update/arc-theme
arc-theme: 20190213 -> 20190330
2019-04-14 08:38:26 -07:00
R. RyanTM a7c2e34d95 cups-filters: 1.22.2 -> 1.22.5
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-04-14 05:53:05 -07:00
R. RyanTM 201f1d678e arc-theme: 20190213 -> 20190330
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/arc-theme/versions
2019-04-14 00:08:17 -07:00
Matthieu Coudron a8a511452b vimPlugins: update 2019-04-14 15:33:27 +09:00
Matthieu Coudron b8df8f2b53 vimPlugins.unicode-vim: init at 2019-03-08 2019-04-14 15:28:48 +09:00
Matthieu Coudron 02510e4260 vimPlugins.far-vim: init at 2019-02-20 2019-04-14 15:28:48 +09:00
Matthieu Coudron 6d78ce2368 vimPlugins.vim-rsi: init at 2019-03-15 2019-04-14 15:28:48 +09:00
Matthieu Coudron f4285f541c vimPlugins.vCoolor.vim: init at 2018-10-06
For linux I chose zenity to generate the popups (yad can be used too).
Other buildInputs are needed for macos.
2019-04-14 15:28:47 +09:00
Matthieu Coudron fedd854918 vimPlugins.vim-sneak: init at 2018-08-29 2019-04-14 15:28:47 +09:00
markuskowa 69178b949d
Merge pull request #58660 from r-ryantm/auto-update/cups
cups: 2.2.10 -> 2.2.11
2019-04-13 23:11:47 +02:00
Dmitry Kalinkin 59c81160e7
Merge pull request #58504 from symphorien/static-proot
Static proot, wafHook cross compilation
2019-04-13 12:04:32 -04:00
Anders Lundstedt 84715fb3cf vimPlugin: init vim-liquid (#57810)
Added the vim-liquid plugin by following the instructions at

https://nixos.wiki/wiki/Vim#Adding_new_plugins
2019-04-13 14:36:33 +02:00
Joachim F 3ceb958cef
Merge pull request #54906 from furrycatherder/epson-escpr2
epson-escpr2: init at 1.0.29
2019-04-12 15:36:53 +00:00
Edmund Wu d0506bed9f vscode-extensions.ms-vscode.cpptools: 0.21.0 -> 0.22.1 (#58295) 2019-04-11 23:07:23 +02:00
Matthew Bauer a79a8f29bc waf: use wafConfigureFlags for waf flags
This avoids the potential conflict between autoconf flags and the waf
flags. There is some overlap between the two but waf errors when it
doesn’t recognize the flag.
2019-04-09 23:44:37 -04:00
Frederik Rietdijk d108b49168 Merge master into staging-next 2019-04-09 16:38:35 +02:00
Pascal Wittmann 14105fd257
Merge pull request #59127 from matthiasbeyer/update-my-packages
Update my packages
2019-04-09 13:47:31 +02:00
Bas van Dijk 7062a073e8 elk: 6.5.1 -> 6.7.1 2019-04-09 12:34:01 +02:00
Matthias Beyer c888f6f2e8 pipes: 1.2.0 -> 1.3.0 2019-04-08 10:13:46 +02:00
Samuel Dionne-Riel 40d59c6e8e
Merge pull request #58976 from gilligan/remove-nodejs6
Remove nodejs-6_x which is about to enter EOL
2019-04-07 19:49:24 -04:00
Frederik Rietdijk 4a125f6b20 Merge master into staging-next 2019-04-07 08:33:41 +02:00
Bastian Köcher 4b6a9628c9 vscode-extensions.vscodevim.vim: 1.2.0 -> 1.3.0 (#58996) 2019-04-05 13:22:35 -04:00
Herwig Hochleitner 79d653be55 cdemu: update to 3.2 release
closes https://github.com/NixOS/nixpkgs/pull/58911
2019-04-05 15:48:34 +02:00
R. RyanTM 794e864a07 linuxPackages.vhba: 20170610 -> 20190302
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vhba/versions
2019-04-05 15:48:34 +02:00
Jan Tojnar 1c928f4387
arc-theme: fix build 2019-04-05 12:14:06 +02:00
Timo Kaufmann d71ae09c90
vimPlugins: update (#59002) 2019-04-05 09:57:57 +00:00
Matthew Bauer 4585f6d11b
Merge pull request #58958 from tadeokondrak/lldb-vscode
lldb: install vscode plugin; vscode-extensions: add it
2019-04-05 01:11:45 -04:00
Vladyslav M 7bff7389c4
Merge pull request #58490 from dywedir/scrcpy
scrcpy: 1.5 -> 1.8
2019-04-05 00:19:41 +03:00
tobias pflug 0e296d5fcd
Remove nodejs-6_x which is about to enter EOL
- Remove nodejs-6_x
- Set nodejs / nodejs-slim to nodejs-8_x / nodejs-slim-8_x
- Re-generate node2nix generated files using nodejs-8_x instead
2019-04-04 18:43:06 +01:00