Commit graph

4826 commits

Author SHA1 Message Date
Frederik Rietdijk 6f72f0b0df Merge staging-next into staging 2020-06-24 19:04:26 +02:00
Sirio Balmelli d5b6a9c6de vim-beancount: fix broken
Runtime dependency on python3 'beancount' package needed
for autocompletion engine.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-06-23 16:17:36 -07:00
John Ericson fa54dd346f
Merge pull request #85189 from Ericson2314/cxx-wrapper-debt
C++ compilers: Be sane with standard libraries
2020-06-22 10:38:34 -04:00
Florian Klink 554e90cae7
vimPlugins.vim-bsv: init at 2019-07-11 (#91253)
This provides syntax highlighting, autoindent, completions and more for
Bluespec (.bsv) files.
2020-06-22 11:05:41 +02:00
John Ericson f3f7612a40 C++ Compilers: Systematize handling of standard libraries 2020-06-22 04:24:44 +00:00
Andrey Kuznetsov 59206e50e8 vimPlugins.vim-floaterm: init at 2020-06-21 2020-06-21 18:40:12 +00:00
Andrey Kuznetsov b87ff37047 vimPlugins.onedark-vim: init at 2020-05-01 2020-06-21 17:29:57 +00:00
Andrey Kuznetsov b9931ffe47 vimPlugins.oceanic-next: init at 2019-04-10 2020-06-21 17:29:57 +00:00
Andrey Kuznetsov ed19f15ea4 vimPlugins.semantic-highlight-vim: init at 2019-09-01 2020-06-21 17:29:57 +00:00
Andrey Kuznetsov 9cccf17da2 vimPlugins.vim-crates: init at 2019-11-11 2020-06-21 17:29:57 +00:00
Andrey Kuznetsov b7ca1c7c7d vimPlugins.vim-jsx-typescript: init at 2020-04-29 2020-06-21 17:29:57 +00:00
Andrey Kuznetsov fbbdc5a27d vimPlugins.git-messenger-vim: init at 2020-06-08 2020-06-21 13:26:01 +00:00
Andrey Kuznetsov f055ae8e41 vimPlugins: update 2020-06-21 13:17:19 +00:00
Shi Han NG f2b38145c0 vimPlugins.gotests-vim: init at 2019-04-10 2020-06-20 09:19:51 -07:00
Shi Han NG cf0b491343 vimPlugins: update 2020-06-20 09:19:51 -07:00
Michele Guerini Rocco 3e57ec9d34
Merge pull request #90710 from jflanglois/wine-5-10
wine-staging: 5.5 -> 5.10
2020-06-18 10:09:33 +02:00
Julien Langlois 9b2cb88855
wine-staging: 5.5 -> 5.10
Keep up to date with latest staging developments.
2020-06-18 01:04:53 -04:00
Benjamin Staffin 19d3665b75
Merge branch 'master' into benley/melonDS 2020-06-17 17:22:24 -04:00
R. RyanTM df7aef73f7 stella: 6.1.2 -> 6.2 2020-06-17 11:54:45 -07:00
Benjamin Staffin 13a14e2bfe melonDS: init at 0.8.3 2020-06-16 17:30:16 -04:00
Artemis Tosini 3b3afc4292 melonDS: init at 0.8.3 2020-06-16 17:18:23 -04:00
Florian Klink 907353b1e4 hplip: use wrapQtApp
Otherwise, things like hp-setup segfault if you run them from another
nixpkgs checkout:

```
HP Linux Imaging and Printing System (ver. 3.20.5)
Printer/Fax Setup Utility ver. 9.0

Copyright (c) 2001-18 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

[1]    4543 abort (core dumped)  result/bin/hp-setup
```
2020-06-16 20:34:30 +02:00
Bastian Köcher 88f749545c hplip: Add missing library
Otherwise, things like `hp-setup` fail finding gi:

```
HP Linux Imaging and Printing System (ver. 3.20.5)
Printer/Fax Setup Utility ver. 9.0

Copyright (c) 2001-18 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Traceback (most recent call last):
  File "/nix/store/rmzq8c4n47s4q4p31w18waz0zrba2ljl-hplip-3.20.5/share/hplip/setup.py", line 314, in <module>
    ui = import_module(ui_package + ".setupdialog")
  File "/nix/store/n0b076p351ma864q38if4yglsg99hw2s-python3-3.8.3/lib/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/nix/store/rmzq8c4n47s4q4p31w18waz0zrba2ljl-hplip-3.20.5/share/hplip/ui5/setupdialog.py", line 31, in <module>
    from base import device, utils, models, pkit
  File "/nix/store/rmzq8c4n47s4q4p31w18waz0zrba2ljl-hplip-3.20.5/share/hplip/base/pkit.py", line 38, in <module>
    from gi import _gobject as gobject
ModuleNotFoundError: No module named 'gi'
```
2020-06-16 20:26:40 +02:00
Florian Klink fd2627babf
Merge pull request #89120 from dasj19/hplip-update
Upgrade hplip & hplip plugin to 3.20.5
2020-06-16 01:33:06 +02:00
Daniel Șerbănescu 37583e45a2 hplip: 3.20.3 -> 3.20.5 2020-06-16 01:31:14 +02:00
Frederik Rietdijk 59dda0a42a Merge master into staging-next 2020-06-15 08:07:00 +02:00
Sirio Balmelli ca8e5a63d3 vimPlugins: update
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-06-13 15:07:43 -07:00
Frederik Rietdijk 1523382160 Merge master into staging-next 2020-06-13 11:02:21 +02:00
Doron Behar 01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Frederik Rietdijk febc27b59a Merge master into staging-next 2020-06-12 08:57:26 +02:00
Michael Raskin 21c3245b67 winePackages.staging: mention staging patches in description 2020-06-11 20:06:25 +02:00
Bouke van der Bijl f71490bd1d Add gopls to vim-go binaries 2020-06-10 12:58:39 -07:00
Jan Tojnar acb53e0698
Merge branch 'staging-next' into staging 2020-06-10 04:10:57 +02:00
Jörg Thalheim d903f1166b
Merge pull request #89649 from oxalica/rust-analyzer 2020-06-08 17:38:10 +01:00
Frederik Rietdijk 8576d24b2a Merge staging-next into staging 2020-06-08 12:08:51 +02:00
1000101 c597a7f869 formatting: fix missing leading whitespace 2020-06-07 17:29:08 -04:00
Christoph Hrdinka 355eed433b
Merge pull request #68328 from OPNA2608/package-np2kai
np2kai: init at 0.86rev22
2020-06-07 10:13:33 +02:00
Frederik Rietdijk d0532e79ae Merge staging-next into staging 2020-06-07 09:25:46 +02:00
Thomas Tuegel d1f62c54e7
Merge pull request #89265 from doronbehar/hplip-gcc-references
hplip: don't reference gcc in binaries from /share and other locations
2020-06-06 10:21:07 -05:00
oxalica 2cb9026765
vscode-extensions.matklad.rust-analyzer: 2020-04-20 -> 2020-06-01 2020-06-06 21:18:59 +08:00
oxalica 51ba1c04f2
vscode-extensions.matklad.rust-analyzer: fix build 2020-06-06 21:18:58 +08:00
Frederik Rietdijk 1c68570ab2 Merge staging-next into staging 2020-06-05 19:42:16 +02:00
David Wood f37b4a8d43 vimPlugins.vim-mundo: init at 2020-05-06 2020-06-04 12:23:10 -07:00
David Wood 568d540b42 vimPlugins.is-vim: init at 2017-10-30 2020-06-04 12:23:10 -07:00
David Wood f9b8c148df vimPlugins.vim-numbertoggle: init at 2017-10-26 2020-06-04 12:23:10 -07:00
David Wood 50eddf8a72 vimPlugins.vim-tmux-clipboard: init at 2019-04-07 2020-06-04 12:23:10 -07:00
David Wood db21ea2830 vimPlugins.vim-hybrid: init at 2016-01-05 2020-06-04 12:23:10 -07:00
David Wood 98238a01a6 vimPlugins.vim-spirv: init at 2019-11-20 2020-06-04 12:23:10 -07:00
David Wood a05a858d17 vimPlugins.vim-hocon: init at 2017-09-08 2020-06-04 12:23:10 -07:00
David Wood 6cc2a43e59 vimPlugins: resolve github repository redirects 2020-06-04 12:23:10 -07:00
David Wood 4204de06fb vimPlugins: update 2020-06-04 12:23:10 -07:00
Dmitry Kalinkin dd8f077ff9
Merge pull request #89196 from eadwu/vscode/76427-fallout
vscode: fix #76427 fallout
2020-06-04 14:31:08 -04:00
Martin Milata 1c7d22e663 ghostscript: 9.50 -> 9.52
https://www.ghostscript.com/doc/9.51/News.htm
https://www.ghostscript.com/doc/9.52/News.htm
2020-06-04 18:27:53 +02:00
Doron Behar c59e8d3fb3 hplip: don't reference gcc in binaries from /share and other locations 2020-06-03 20:32:32 +03:00
Daiderd Jordan 7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Samuel Dionne-Riel 4a4adb2733
Merge pull request #70794 from samueldr/u-boot/roc-rk3399-pc
u-boot: Add ROC-PC-RK3399 build
2020-06-01 17:29:21 -04:00
Samuel Dionne-Riel 5f97610fc0 ubootROCPCRK3399: init at 2020.04 2020-06-01 17:25:49 -04:00
Edmund Wu 4f99c5725e
vscode-extensions.vscode-utils: reapply some changes from bb24faf
bb24fafbfa
2020-05-30 16:50:15 -04:00
Jörg Thalheim 87908c3743
Merge pull request #89184 from mayflower/continue-pull-85764 2020-05-30 11:36:56 +01:00
Edmund Wu 3704ed1750
vscode-utils: remove extra whitespace 2020-05-29 22:24:05 -04:00
Peter Simons e080ab1e61
Merge pull request #76427 from countoren/vscode-utils/vscodeEnv
vscode-utils/vscodeEnv: add vscodeWithConfiguration, vscodeExts2nix a…
2020-05-29 21:33:32 +02:00
Kyle Ondy 4b0e7b1201 vimPlugins.conjure: init at 2020-05-26 2020-05-28 20:42:20 -07:00
Kyle Ondy 5f3b37a983 vimPlugins: resolve github repository redirects 2020-05-28 20:42:20 -07:00
Kyle Ondy 9afcc52f0d vimPlugins: update 2020-05-28 20:42:20 -07:00
Vladyslav M 8d638a3603
Merge pull request #89042 from dywedir/scrcpy 2020-05-28 13:07:39 +03:00
Pascal Wittmann 5a3acb660e
Merge pull request #89048 from r-ryantm/auto-update/xlockmore
xlockmore: 5.62 -> 5.63
2020-05-27 22:37:38 +02:00
R. RyanTM 2338eaf5e1 xlockmore: 5.62 -> 5.63 2020-05-27 20:10:05 +00:00
Jörg Thalheim 6602f87384
nodePackages: switch to 12
Signed-off-by: Christian Albrecht <christian.albrecht@mayflower.de>
2020-05-27 21:45:41 +02:00
Vladyslav M c1418b460d
scrcpy: 1.13 -> 1.14 2020-05-27 22:28:37 +03:00
Jörg Thalheim f17888bf0f
Merge pull request #81440 from NickHu/fruzzy
vimPlugins.fruzzy: init at 2019-10-28
2020-05-27 16:31:56 +01:00
Moises Nessim f9d28ed7db Merge branch 'vscode-utils/vscodeEnv' of https://github.com/countoren/nixpkgs-1 into vscode-utils/vscodeEnv
* 'vscode-utils/vscodeEnv' of https://github.com/countoren/nixpkgs-1: (178391 commits)
  Use a different vscode user-data-dir for every project. Treat workspace setting files as global for that user-data-dir with symlink. Add updateLaunchCmd to update .vscode/launch.json.
  fix permission problem of mutableExtensions
  vscodeEnv updateSettings for keybindings change keybindings file name parameter type from path to string
  change vscodeSettingsFile parameter type from path to string
  add missing jq to vscodeEnv
  use updateSettings in vscodeEnv in order to create and/or update settings.json, keybindings.json
  add updateSettings drv which will union nix settings configurations into the a vscode settings file
  vscode-utils/vscodeEnv: fix typo and grammer in the description comment
  vscode-utils/vscodeEnv: split to 2 functions vscodeWithConfiguration, vscodeExts2nix, vscodeEnv
  vsode-utils: extracting attributes to limit input range
  vscode-utils/vscodeEnv: add vscodeWithConfiguration, vscodeExts2nix and vscodeEnv
  xfce.xfce4-icon-theme: update gtk dependency and add license
  xfce.xfce4-hardware-monitor-plugin: update meta
  xfce.xfce4-embed-plugin: update meta and buildInputs
  xfce.xfce4-mailwatch-plugin: remove broken status
  xfce.exo: add support for gtk2, besides gtk3
  xfce.xfdesktop: 4.14.1 -> 4.14.2
  xfce.xfce4-weather-plugin: 0.8.10 -> 0.10.1
  xfce.xfdashboard: 0.7.5 -> 0.7.7
  xfce.xfce4-timer-plugin: 1.6.0 -> 1.7.0
  ...
2020-05-26 13:16:13 -05:00
Moises Nessim 97df56158e vscode-extensions: Find mutable extensions by version in order not to delete them
Do not use sudo.
2020-05-26 13:14:35 -05:00
Oren Rozen 4d58f006ff Merge branch 'updateSettings' into vscode-utils/vscodeEnv 2020-05-25 16:55:10 -05:00
leo60228 c49c8a7d6b
vimPlugins.vim-graphql: init at 2020-03-30 (#88840) 2020-05-25 13:18:44 +02:00
Maximilian Bosch 3ddc56ca14
epson-escpr2: 1.1.11 -> 1.1.12 2020-05-24 00:49:25 +02:00
Anderson Torres 8e4129fd02
Merge pull request #88582 from r-ryantm/auto-update/mednafen
mednafen: 1.24.2 -> 1.24.3
2020-05-23 11:06:07 -03:00
Moises Nessim 673b122836 Use a different vscode user-data-dir for every project.
Treat workspace setting files as global for that user-data-dir with symlink.
Add updateLaunchCmd to update .vscode/launch.json.
2020-05-22 15:27:32 -05:00
Christoph Neidahl 98f346852b retroarch: add NP2kai core 2020-05-22 17:04:57 +02:00
Christoph Neidahl fb93b96190 np2kai: init at 0.86rev22 2020-05-22 17:04:57 +02:00
R. RyanTM 72dfda3d82 mednafen: 1.24.2 -> 1.24.3 2020-05-22 06:51:09 +00:00
Orivej Desh f4264028ad solfege: 3.22.2 -> 3.23.4 2020-05-19 22:17:26 +00:00
gnidorah 2f40a6c543
mame: 0.220 -> 0.221 (#88146) 2020-05-19 15:53:33 -04:00
Frederik Rietdijk d20d734bcf Merge master into staging-next 2020-05-11 09:19:26 +02:00
R. RyanTM 3eb94f3f8c seafile-shared: 7.0.6 -> 7.0.7 2020-05-10 09:35:31 -07:00
Frederik Rietdijk 303adc7697 Merge master into staging-next 2020-05-10 09:43:48 +02:00
Jörg Thalheim 887295fd2d
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Frederik Rietdijk bc48203b98 Merge staging-next into staging 2020-05-08 06:46:14 +02:00
Jan Tojnar fc5f0bee70
Merge pull request #86062 from bennofs/ghostscript-no-parallel 2020-05-08 06:42:18 +02:00
Louis Bettens c558a735fa vscode.extensions.scalameta.metals: 1.6.3 -> 1.9.0 2020-05-06 23:10:33 -07:00
Timo Kaufmann a12092b621
Merge pull request #87127 from isaacwhanson/fix/vim-beforePlugins
vim-utils: restore `beforePlugins` option
2020-05-06 23:04:31 +00:00
Andreas Rammhold 38d043b116
Merge pull request #87139 from mweinelt/pr/security-patch-names
treewide: add CVE identifiers to patches
2020-05-06 23:51:53 +02:00
Martin Weinelt e24f5eab66
treewide: add CVE identifiers to patches
This allows tools like broken.sh to correctly identify the patched
status.
2020-05-06 23:18:09 +02:00
R. RyanTM 77d21a4abb mednafen: 1.24.1 -> 1.24.2 2020-05-06 11:32:47 -07:00
Isaac W Hanson be1594bf7a vim-utils: restore beforePlugins option
some plugins require configuration before their plugin definition
2020-05-06 14:18:44 -04:00
Dmitry Kalinkin f46cbbc540
Merge pull request #86666 from IvarWithoutBones/pentablet-driver
xp-pen-g430: rename to pentablet-driver & 20190820 -> 1.2.13.1
2020-05-06 12:34:19 -04:00
Vladimír Čunát 54eb2d1018
Merge branch 'staging-next'
Status on Hydra for linuxes seems good enough:
https://hydra.nixos.org/eval/1585703?filter=linux&compare=1585482&full=#tabs-now-fail
2020-05-06 08:20:05 +02:00
Anderson Torres e2e54225bf
Merge pull request #86743 from r-ryantm/auto-update/stella
stella: 6.1.1 -> 6.1.2
2020-05-05 18:35:06 -03:00
Frederik Rietdijk 9875bbae75 Merge master into staging-next 2020-05-05 19:51:09 +02:00
R. RyanTM 65fdc04243 fsuae: 3.0.3 -> 3.0.5 2020-05-04 21:21:27 -07:00
R. RyanTM d33679a0b8 stella: 6.1.1 -> 6.1.2 2020-05-04 08:56:19 +00:00
Ivar daf860d9fe pentablet-driver: 20190820 -> 1.2.13.1 2020-05-03 21:53:06 +02:00
Ivar 780b171301 xp-pen-g430: rename to pentablet-driver 2020-05-03 21:53:06 +02:00
R. RyanTM 8007b2e444 apulse: 0.1.12 -> 0.1.13 2020-05-02 10:18:14 +02:00
Frederik Rietdijk afb1041148 Merge master into staging-next 2020-05-02 09:39:00 +02:00
Roman Firment 5d24a59898 vscode-extensions.ms-vscode.cpptools: 0.27.0 -> 0.27.1
Extension is now fetched from the Microsoft repository (instead of the
marketplace). It also contains platform-specific binary dependencies. In the
previous version they were fetched from the Microsoft website and additionally
inserted to the final extension.

Package supports Linux, but there is probably a way no make it work on OSX.
2020-05-01 18:28:09 -07:00
Poscat 33b36a08f9 vscode-extensions.justusadam.language-haskell: 2.6.0 -> 3.0.3 2020-05-01 18:09:59 -07:00
Benno Fünfstück 260be73708 ghostscript: apply patch to fix parallel build
The build process of ghostscript has missing dependencies, causing
failures in parallel builds (see hydra build
https://hydra.nixos.org/build/117095669/, reported as ghostscript bug
https://bugs.ghostscript.com/show_bug.cgi?id=702364 here)
2020-05-01 17:03:24 +02:00
Frederik Rietdijk 484ee79050 Merge staging-next into staging 2020-05-01 08:57:10 +02:00
Martin Milata 4ea28e76c2 cups: 2.3.1 -> 2.3.3
https://github.com/apple/cups/releases/tag/v2.3.3

Fixes:

https://nvd.nist.gov/vuln/detail/CVE-2019-8842
https://nvd.nist.gov/vuln/detail/CVE-2020-3898
2020-05-01 08:48:02 +02:00
Samuel Dionne-Riel 1a3c3b819b scrcpy: 1.12.1 -> 1.13 2020-04-29 19:48:57 -04:00
Pavol Rusnak f51314210e
winetricks: 20191224 -> 20200412 2020-04-29 21:23:44 +02:00
Jan Tojnar 2874eebfd2
Merge branch 'staging-next' into staging 2020-04-29 08:35:47 +02:00
Jan Tojnar 2b5e2ffe0a
Merge pull request #86165 from jtojnar/libusb-compat-rename 2020-04-29 08:26:08 +02:00
Jörg Thalheim 20e67f1fb8
Merge pull request #85535 from zowoq/gopackage
buildGoPackage: use $out instead of $bin
2020-04-28 12:55:09 +01:00
Jörg Thalheim c4319da82e
Merge pull request #85755 from prusnak/arm-trusted-firmware
arm-trusted-firmware: 2.2 -> 2.3
2020-04-28 12:14:40 +01:00
zowoq b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
Jan Tojnar e89e2edc73
libusb-compat-0_1: rename from libusb 2020-04-28 05:33:41 +02:00
Florian Klink 3b1e189f40
Merge pull request #85965 from flokli/libusb1-cleanups
make libusb1 dependencies explicit
2020-04-27 16:40:47 +02:00
Florian Klink d0e4ecb182 cnijfilter2: request libusb1 directly 2020-04-27 12:19:12 +02:00
Florian Klink f5368e0194 cnijfilter_4_00: request libusb1 directly 2020-04-27 12:19:12 +02:00
Florian Klink 2c621ff4f4 cups: request libusb1 directly 2020-04-27 12:19:12 +02:00
Sam Hug 59087de17b vimPlugins.coc-rust-analyzer: init at 2020-04-24 2020-04-26 11:34:23 -07:00
Sam Hug 2901db8e35 vimPlugins: update 2020-04-26 11:34:23 -07:00
Daniel Fullmer d13a19cfba
snes9x-gtk: 1.57 -> 1.60 (#85910) 2020-04-25 16:10:38 -04:00
Maximilian Bosch f5f85d16d1
epson-escpr2: 1.1.1 -> 1.1.11 2020-04-25 17:49:11 +02:00
Lisa Ugray dea7a90ccc vimPlugins: update 2020-04-24 17:01:03 -07:00
Lisa Ugray e5707f2cb5 vimPlugins: Add meta.homepage
Allow determining the source from a nix-env query to disambiguate which
plugin you're using/about to use.
2020-04-24 17:01:03 -07:00
Jörg Thalheim 2bba291913
Merge pull request #85868 from Mic92/go-tooling 2020-04-24 12:22:58 +01:00
Damien Cassou a3f35c0267
mednafen: Add alsaLib to get ALSA audio output 2020-04-23 19:48:35 +02:00
Jörg Thalheim 11019ea58f
Merge pull request #85243 from oxalica/rust-analyzer 2020-04-23 16:36:54 +01:00
Jörg Thalheim 019dc065ee
gometalinter: remove
gometalinter development has stopped. golangci-lint is the replacement
2020-04-23 15:33:15 +01:00
oxalica b95699970f
vscode-extensions.rust-analyzer: 2020-04-06 -> 2020-04-20 2020-04-23 17:11:22 +08:00
Frederik Rietdijk cff0669a48 Merge master into staging-next 2020-04-23 08:11:16 +02:00
Minijackson 903266491b vimPlugins.LanguageClient-neovim: 0.1.156 -> 0.1.157 2020-04-22 14:00:40 -07:00
worldofpeace b4d5dd861b
Merge pull request #84673 from mmilata/qt5-mkDerivation-stdenv
Use qt5's mkDerivation in packages that otherwise crash
2020-04-22 13:39:46 -04:00
Frederik Rietdijk 8374a2a0ee Merge master into staging-next 2020-04-22 17:20:20 +02:00
Christoph Hrdinka 63acac6435
Merge pull request #85679 from Omoroca13/pcsx2
pcsx2: unstable-2020-01-05 -> 1.6.0-rc
2020-04-22 16:10:01 +02:00
Martin Milata 65050cd7e5 firebird-emu: use qt5's mkDerivation 2020-04-22 15:23:10 +02:00
Martin Milata 5858162f5e calaos_installer: use qt5's mkDerivation 2020-04-22 15:21:49 +02:00
Martin Milata f9ef2c194a yabause: use qt5's mkDerivation 2020-04-22 15:21:49 +02:00
Jan Tojnar a6a50f2393
Merge pull request #82007 from geistesk/cbeams-1.0.1 2020-04-22 13:59:40 +02:00
Pavol Rusnak 84ff95a95a
arm-trusted-firmware: 2.2 -> 2.3 2020-04-22 12:11:28 +02:00
Omoroca13 56ab879c3f pcsx2 unstable-2020-01-05 -> 1.6.0-rc 2020-04-22 11:48:05 +02:00
geistesk 2e9cfaf3cf cbeams: init at 1.0.3 2020-04-22 09:44:38 +02:00
Samuel Dionne-Riel 53129a764d
Merge pull request #85569 from prusnak/uboot
uboot: 2020.01 -> 2020.04
2020-04-22 00:54:10 -04:00
Frederik Rietdijk 803b3d296c Merge staging-next into staging 2020-04-21 08:29:51 +02:00
Oren Rozen 3816b9d036 fix permission problem of mutableExtensions 2020-04-19 21:32:36 -05:00
Oren Rozen 88b972168e vscodeEnv updateSettings for keybindings change keybindings file name parameter type from path to string 2020-04-19 21:32:36 -05:00
Oren Rozen 7e929f5437 change vscodeSettingsFile parameter type from path to string 2020-04-19 21:32:36 -05:00
Oren Rozen 02105da596 add missing jq to vscodeEnv 2020-04-19 21:32:36 -05:00