Commit graph

264020 commits

Author SHA1 Message Date
Michele Guerini Rocco 1083fa77e2
Merge pull request #109583 from rnhmjoj/vapoursynth
vapoursynth: R49 -> R52
2021-01-17 10:31:30 +01:00
Sandro e399e5fa8d
Merge pull request #109597 from austinbutler/extrafiles-lib-fix
beats: fix missing lib in extrafiles plugin
2021-01-17 10:27:04 +01:00
Mario Rodas debef76af5
Merge pull request #109572 from fabaff/bump-xknx
python3Packages.xknx: 0.16.0 -> 0.16.1
2021-01-17 04:20:29 -05:00
Mario Rodas faed1fc0eb
Merge pull request #109601 from cole-h/age
age: 1.0.0-beta5 -> 1.0.0-beta6
2021-01-17 04:18:38 -05:00
Mario Rodas bb64d2bc14
Merge pull request #109568 from marsam/update-tiny
tiny: 0.7.0 -> 0.8.0
2021-01-17 04:18:01 -05:00
Sandro e9f266339a
Merge pull request #109592 from a12l/update-pijul-alpha35
pijul: 1.0.0-alpha.31 -> 1.0.0-alpha.35
2021-01-17 10:11:31 +01:00
Arnout Engelen f60ce0313d
reckon: 0.4.4 -> 0.6.0 2021-01-17 10:03:10 +01:00
Jörg Thalheim 040d241522
Merge pull request #109602 from Mic92/zoom
zoom-us: 5.4.53350.1027 -> 5.4.57862.0110
2021-01-17 08:57:14 +00:00
Fabian Affolter 9bf0304ee9 python3Packages.voluptuous-serialize: enable tests 2021-01-17 09:56:40 +01:00
Martin Weinelt 62903dfc86
Merge pull request #108505 from fabaff/aiohomekit
python3Packages.aiohomekit: init at 0.2.60
2021-01-17 09:46:00 +01:00
Fabian Affolter 6db50a0943 amass: 3.10.5 -> 3.11.1 2021-01-17 09:44:04 +01:00
Martin Weinelt 06dcf42dbb python3Packages.zigpy: 0.29.0 -> 0.30.0 2021-01-17 09:31:58 +01:00
Ales Huzik 6e65b724be nixos/snapper: improve config example
In the default configuration we have timers for creating and deleting
snapper snapshots, and it looks like if we just create configs with
correct mountpoints we will get automatic snapshots (which either
used to be true, or seems to be only true on Archlinux according to
their wiki). In default snapper configuration TIMELINE_CREATE and
TIMELINE_CLEANUP are set to "no", so just providing configs won't
be enough for having automatic backups, which are the main usecase
for snapper. In other linux distributions you would use `snapper
create-config` to generate configs for partitions and you'd have a
chance to notice that TIMELINE_CREATE is set to no. Also, my guess is
that it might be set to no by default for safety reasons in regular distros,
so that the config won't be actioned upon until the user finishes
customizing it.
2021-01-17 19:13:35 +11:00
Bernardo Meurer 9fcf3e5c25
Merge pull request #109598 from S-NA/wip/firefox-aarch64-lto
firefox: limit disable-elf-hack to arm, x86{,_64}
2021-01-17 08:03:35 +00:00
Elis Hirwing 3f929f738e
Merge pull request #109580 from LeSuisse/xdebug-3.0.2
phpExtensions.xdebug: 3.0.1 -> 3.0.2
2021-01-17 08:54:26 +01:00
Ben Siraphob bd42003f87 pkgs/games: pkg-config -> pkgconfig (2) 2021-01-16 23:49:59 -08:00
Ben Siraphob 76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob fce00d15c2 pkgs/misc: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob 5fffcef915 pkgs/desktops: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob 82ba45d59e pkgs/shells: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob d13840759c pkgs/data: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob 5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob 47e997598c pkgs/games: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ales Huzik 2b6b8b2303 remove broken pythonPackages.snapperGUI. superceded by snapper-gui from the previous commit 2021-01-17 18:39:52 +11:00
Ales Huzik 505d16f50d snapper-gui: init at 2020-10-20
Existing snapper-gui package at pythonPackages.snapperGUI is outdated for 6 years,
broken (probably for a while) and misplaced. I weren't able to fix it, so I
repackaged it taking gpodder package for inspiration
2021-01-17 18:39:52 +11:00
Alexei Colin 72bebd8c0c doc: rust: fix syntax error in declarative overlay
Otherwise pasting the snippet into shell.nix results in:

	error: syntax error, unexpected '=', expecting $end, at /.../shell.nix:2:9

Signed-off-by: Alexei Colin <ac@alexeicolin.com>
2021-01-17 01:29:15 -05:00
Jörg Thalheim 0c4d9566f1
zoom-us: 5.4.53350.1027 -> 5.4.57862.0110
Replacing zooms qt library has led to incompatibilities between
qt versions used in Nix and zoom. The new approach just sets
LD_LIBRARY_PATH. LD_LIBRARY_PATH is also used internally by zoom
for its own vendored library.

The package has been tested end-to-end in a meeting.
2021-01-17 06:52:09 +01:00
Cole Helbling a018f7c35d
age: 1.0.0-beta5 -> 1.0.0-beta6
https://github.com/FiloSottile/age/compare/v1.0.0-beta5...v1.0.0-beta6
2021-01-16 21:34:23 -08:00
S. Nordin Abouzahra 00b75b7024 firefox: limit disable-elf-hack to arm, x86{,_64}
This is a follow up to #106617 which brought LTO support but broke the
AArch64 Firefox builds.
2021-01-16 22:26:40 -05:00
Austin Butler 1e72aa1feb beats: fix missing lib in extrafiles plugin 2021-01-16 19:15:03 -08:00
Thomas Gerbet 2fbc36f3d8 fluidsynth: update homepage permanent redirect to HTTPS 2021-01-16 18:29:04 -08:00
Jonathan Ringer c44acaaceb steam-run: inherit bwrap namespace settings 2021-01-16 16:55:30 -08:00
Jonathan Ringer 721ea006a8 steam-fhsenv: don't unshare pid
Some applications such as Natron need access to MIT-SHM or other
shared memory mechanisms. Unsharing the pid namespace
breaks the ability for application to reference shared memory.
2021-01-16 16:55:30 -08:00
Wulfsta 727cb67dfb psw: 0.1.2 -> 0.2.0 2021-01-16 19:54:36 -05:00
Albin Otterhäll 5b809848b4 pijul: 1.0.0-alpha.31 -> 1.0.0-alpha.35 2021-01-17 01:32:51 +01:00
Sandro 68398d2dd5
Merge pull request #109529 from yevhenshymotiuk/pipx-0.16.0.0 2021-01-17 01:15:33 +01:00
Mario Rodas 132835fa4c
Merge pull request #109575 from flokli/victoriametrics-1.52.0
victoriametrics: 1.42.0 -> 1.52.0
2021-01-16 19:09:50 -05:00
Pavol Rusnak 29db28a834
electron: 10.2.0 -> 10.3.0 2021-01-17 01:07:39 +01:00
Pavol Rusnak 170de52c97
electron: 9.4.0 -> 9.4.1 2021-01-17 01:07:10 +01:00
Mario Rodas 2184d76497
Merge pull request #109563 from marsam/update-3270font
_3270font: 2.1.0 -> 2.2.1
2021-01-16 19:01:35 -05:00
Sandro 85fda489f8
Merge pull request #109541 from cole-h/babelfish
babelfish: 0.1.3 -> 1.0.0
2021-01-17 00:59:43 +01:00
Fabian Affolter 4ee7a233e1 python3Packages.awsiotpythonsdk: init at 1.4.9 2021-01-17 00:23:29 +01:00
Bernardo Meurer aa4a14b7ad
Merge pull request #106617 from S-NA/wip/firefox-improvements
firefox: fix running wayland firefox built with LTO and some miscellaneous improvements
2021-01-16 23:17:57 +00:00
Thomas Gerbet 41abb0383c mediawiki: 1.35.0 -> 1.35.1
Release notes: https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/1.35.1/RELEASE-NOTES-1.35

Main motivation is to pull the security fixes for:
 * CVE-2020-35474
 * CVE-2020-35478
 * CVE-2020-35479
 * CVE-2020-35477
 * CVE-2020-35480
2021-01-17 00:07:50 +01:00
rnhmjoj 86dded6745
vapoursynth: R49 -> R52 2021-01-17 00:00:43 +01:00
Fabian Affolter 0159cd91e8 home-assistant: update component-packages 2021-01-16 23:57:38 +01:00
Fabian Affolter 8c58c96c9e python3Packages.python-hpilo: init at 4.4.3 2021-01-16 23:55:48 +01:00
Daniel Nagy 531e121e5b
sqlar: fix build error
Disable warnings to be treated as errors, since otherwise the build
would fail with this message:

```
sqlite3.c: In function 'sqlite3SelectNew':
sqlite3.c:116663:10: error: function may return address of local variable [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreturn-local-addr-Werror=return-local-addr8;;]
116663 |   return pNew;
```
2021-01-16 23:41:00 +01:00
Fabian Affolter 0aa29da6d2 python3Packages.utils: init at 1.0.1 2021-01-16 23:33:11 +01:00
Cole Helbling 8216d34b02
prometheus-rabbitmq-exporter: 0.25.2 -> 1.0.0-RC7.1
Otherwise, the root certificate from cloudAMQP is unsupported.
2021-01-16 14:29:51 -08:00