Commit graph

51346 commits

Author SHA1 Message Date
Frederik Rietdijk b209617ff0 plasma5Packages: alias to the libsForQt5 used to build the plasma5 desktop
For in NixOS it is beneficial if both plasma5 and pam use the same Qt5
version. Because the plasma5 desktop may use a different version as the
default Qt5 version, we introduce plasma5Packages.
2021-01-10 15:59:45 +01:00
Frederik Rietdijk 49f21e06d9 Merge staging-next into staging 2021-01-10 15:51:40 +01:00
Frederik Rietdijk 0c42bb5027 Merge master into staging-next 2021-01-10 15:50:49 +01:00
Sandro ad97cdf81d
Merge pull request #108928 from SuperSandro2000/opustags 2021-01-10 13:14:56 +01:00
Sandro Jäckel 6bd95f2d1d
opustags: 1.5.1 -> 1.6.0 2021-01-10 11:00:00 +01:00
github-actions[bot] 31f01e4bcc
Merge staging-next into staging 2021-01-10 01:03:39 +00:00
github-actions[bot] 433c7b069c
Merge master into staging-next 2021-01-10 01:03:35 +00:00
Wilson E. Husin 9ecd8455de
sonobuoy: 0.19.0 -> 0.20.0 (#106928)
* Sonobuoy 0.19.0 -> 0.20.0

* Add comments to explain why we need both version and rev

Co-authored-by: Léo Gaspard <github@leo.gaspard.ninja>
2021-01-10 00:18:50 +01:00
markuskowa 965d351a54
Merge pull request #108864 from markuskowa/upd-octopus
octopus: 10.0 -> 10.3
2021-01-10 00:18:04 +01:00
Colin L Rice eabc2286e3 ipfs-cluster: 0.13.0 -> unstable-2020-10
ipfs-cluster hasn't had a release since may 2020, however go-ipfs needs
to be updated for support with go1.15 and go1.16 (1.14 goes out of
support in february).

I've requested they tag a new revision, but until then we'll have to use
an unstable version.

I've re enabled the tests since they pass and are critical to catch
errors within ipfs-cluster (and in general make maintenance easier). One
test failed, so I manually disabled it via a patch and .Skip()
2021-01-09 14:48:12 -05:00
Daniël de Kok e1af3f94f7
Merge pull request #108870 from 0x4A6F/master-zola
zola: 0.12.2 -> 0.13.0
2021-01-09 20:47:55 +01:00
Michael Weiss ac0fe3b0c0
wayvnc: 0.3.1 -> 0.4.0 2021-01-09 20:01:22 +01:00
github-actions[bot] fcbe48c797
Merge master into staging-next 2021-01-09 18:41:27 +00:00
Sandro d00ed88cf4
Merge pull request #108802 from cole-h/alacritty 2021-01-09 19:11:43 +01:00
Michael Weiss 85b23ec5e5
Merge pull request #108155 from primeos/libplacebo
libplacebo: 2.72.2 -> 3.104.0
2021-01-09 18:32:28 +01:00
Pavol Rusnak 5468a0563f
Merge pull request #108820 from prusnak/xr-update
monado: Add serviceSupport option
2021-01-09 17:58:08 +01:00
Michael Weiss 7d8351f4d7
libplacebo: 2.72.2 -> 3.104.0 2021-01-09 17:56:35 +01:00
Michael Weiss 288fb1f2ba
gitRepo: 2.11 -> 2.11.1 2021-01-09 17:49:35 +01:00
0x4A6F 880dcc6848
zola: 0.12.2 -> 0.13.0
- Enable HTML minification
- Support `output_dir` in `config.toml`
- Allow sections to be drafted
- Allow specifying default language in filenames
- Render emoji in Markdown content if the `render_emoji` option is enabled
- Enable YouTube privacy mode for the YouTube shortcode
- Add language as class to the `<code>` block and as `data-lang`
- Add bibtex to `load_data`
- Add a `[markdown]` section to `config.toml` to configure rendering
- Add `highlight_code` and `highlight_theme` to a `[markdown]` section in `config.toml`
- Add `external_links_target_blank`, `external_links_no_follow` and `external_links_no_referrer`
- Add a `smart_punctuation` option in the `[markdown]` section in `config.toml` to turn elements like dots and dashes
into their typographic forms
- Add iteration count variable `nth` for shortcodes to know how many times a shortcode has been invoked in a given
content
- Update some highlighting syntaxes and the TS syntax will now be used instead of JS due to issues with it
- Remove `zola serve --watch-only`: since we build the HTML in memory and not on disk, it doesn't make sense anymore
- Update clojure syntax
- Prefer extra syntaxes to the default ones if we have a match for language
- Fix `zola serve` having issues with non-ascii paths
- 404 page now gets the site default language as `lang`
2021-01-09 16:47:10 +00:00
Sandro 5ec6c8e718
Merge pull request #108813 from sikmir/osmium 2021-01-09 17:46:26 +01:00
Markus Kowalewski 14caa4b2bf
octopus: 10.0 -> 10.3 2021-01-09 16:32:49 +01:00
Markus Kowalewski 0961d5b998
octopus: update licenses 2021-01-09 16:32:49 +01:00
Cole Helbling 016ebc0604
alacritty: 0.7.0 -> 0.7.1
https://github.com/alacritty/alacritty/releases/tag/v0.7.1

https://github.com/alacritty/alacritty/compare/v0.7.0...v0.7.1
2021-01-09 07:18:26 -08:00
Michael Weiss 84840c81e3
chromiumDev: 89.0.4356.6 -> 89.0.4381.6 2021-01-09 14:53:20 +01:00
Kevin Cox f56a833916
Merge pull request #108668 from moritzschaefer/fix-sparkleshare-dependency
Add sh/bash dependency to fix 'missing sh in PATH' error
2021-01-09 07:40:53 -05:00
Moritz Schaefer b78ec60157 sparkleshare: add missing 'bash' dependency
Sparkleshare requires 'sh' to be in its PATH, or push-operations fail. Its PATH consists of a single entry, which is configured in the postInstall phase. The bash-derivative includes 'sh', and adding it to the dependencies resolves the issue.
2021-01-09 12:33:29 +01:00
Michael Weiss 8ae8602bf7
Merge branch 'master' into staging-next
Manually resolved a conflict in
pkgs/development/libraries/libbladeRF/default.nix.
2021-01-09 12:16:11 +01:00
Cyril Cohen 9ffd16b385 coqPackages: refactor 2021-01-09 11:56:17 +01:00
Jörg Thalheim ce9a7356a3
Merge pull request #108547 from cpcloud/podman-nvidia 2021-01-09 10:37:29 +00:00
Alyssa Ross 81b0104d85 hello-wayland: init at 2020-07-27
This is a program that just displays a static cat picture in a Wayland
window.  I packaged it a while ago thinking it wouldn't be useful for
anybody else, but a conversation on IRC today made me realise it would
be!

hello-wayland is very useful as a minimal example when hacking on
Wayland ecosystem stuff -- even if Firefox doesn't work yet,
hello-wayland probably will and that can be useful to guide you in the
right direction!
2021-01-09 06:47:53 +00:00
Sandro 58ce91234f
Merge pull request #108785 from 06kellyjac/terragrunt
terragrunt: 0.26.7 -> 0.27.0
2021-01-09 03:28:16 +01:00
Sandro 25fc7dc36f
Merge pull request #108781 from 06kellyjac/starboard-octant-plugin
starboard-octant-plugin: 0.7.1 -> 0.8.0
2021-01-09 03:15:42 +01:00
github-actions[bot] e251591528
Merge master into staging-next 2021-01-09 01:00:25 +00:00
Joe Hermaszewski 42743be017
monado: Add serviceSupport option
This controls XRT_FEATURE_SERVICE. See
https://gitlab.freedesktop.org/monado/monado/-/blob/master/doc/targets.md#xrt_feature_service-disabled
for more info.
2021-01-09 00:38:10 +01:00
Joe Hermaszewski b08b22d85f
xrgears: init at unstable-2020-04-15 2021-01-09 00:36:01 +01:00
Pavol Rusnak 9ff1aa8d2c
Merge pull request #106888 from NomisIV/master
blender: add option for OptiX
2021-01-09 00:25:55 +01:00
Nikolay Korotkiy 00a23bd1b3
osmium-tool: 1.12.1 → 1.13.0 2021-01-09 00:51:40 +03:00
Daniël de Kok b12a7fe9d9
Merge pull request #108806 from danieldk/makemkv-1.15.4
makemkv: 1.15.3 -> 1.15.4
2021-01-08 21:40:31 +01:00
Timo Kaufmann 05983b1825
Merge pull request #98969 from xwvvvvwx/lndconnect
lndconnect: init at 0.2.0
2021-01-08 21:13:33 +01:00
Daniël de Kok 09c533a46e makemkv: 1.15.3 -> 1.15.4
Upstream changes:

* Improved hanbdling of disks with mastering errors.
* Seamless joining  of TrueHD streams with overlapping frames.
* Recognizes and converts double-track Dolby Vision MKV files.
* Internal improvements and bugfixes.
2021-01-08 20:38:01 +01:00
Anderson Torres d54d5f6602
Merge pull request #108194 from Vonfry/fix/emacs/gnuplot
emacsPackages.gnuplot: autoreconf is not needed any longer.
2021-01-08 16:25:28 -03:00
Cole Helbling 4dadeb3730
alacritty: 0.6.0 -> 0.7.0
https://github.com/alacritty/alacritty/releases/tag/v0.7.0

https://github.com/alacritty/alacritty/compare/v0.6.0...v0.7.0
2021-01-08 10:53:08 -08:00
github-actions[bot] f89e74dbcc
Merge master into staging-next 2021-01-08 18:37:56 +00:00
06kellyjac 5aabd460ca terragrunt: 0.26.7 -> 0.27.0 2021-01-08 16:30:49 +00:00
Mario Rodas 422659123e
Merge pull request #108764 from xwvvvvwx/lieer-1.3
lieer: 1.2 -> 1.3
2021-01-08 11:09:05 -05:00
Mario Rodas 3f45221a23
Merge pull request #108767 from madjar/bump-pijul
pijul: 1.0.0-alpha.24 -> 1.0.0-alpha.31
2021-01-08 11:07:16 -05:00
06kellyjac 2f26edbeec starboard-octant-plugin: 0.7.1 -> 0.8.0 2021-01-08 16:00:19 +00:00
Sandro e90b05bfd8
Merge pull request #108729 from sikmir/mtpaint
mtPaint: 3.49.12 → 3.50.01
2021-01-08 16:18:59 +01:00
Phillip Cloud 7115e5ac8d nvidia-docker: fix pname of nvidia-container-runtime 2021-01-08 09:29:56 -05:00
Phillip Cloud 890a298409 nvidia-docker: wrapProgram to pickup needed runc executable 2021-01-08 09:29:56 -05:00