Julian Stecklina
3d321db0f2
cryptpad: 2.23.0 -> 2.25.0 ( #67592 )
...
Update to latest stable version. Remove patched load-config.js, because
it is no longer necessary.
2019-08-27 23:00:33 +00:00
Spencer Janssen
6e672974cc
unixODBCDrivers.msodbcsql17: 17.2.0.1 -> 17.4.1.1
2019-08-27 17:58:43 -05:00
Marek Mahut
f7a8641b4e
Merge pull request #67568 from dawidsowa/gallery-dl
...
gallery-dl: 1.10.1 -> 1.10.2
2019-08-28 00:47:56 +02:00
Bas van Dijk
09b1501d7c
thanos: 0.6.0 -> 0.6.1
2019-08-28 00:00:14 +02:00
Michael Weiss
61ba5d88ef
dav1d: Add optional Vulkan support (experimental)
2019-08-27 23:30:41 +02:00
Tadeo Kondrak
0a72c32723
libplacebo: init at 1.1.8.0
2019-08-27 23:30:41 +02:00
Michael Weiss
81e643d2fd
python3Packages.glances: 3.1.1 -> 3.1.2
...
Changelog: https://github.com/nicolargo/glances/blob/v3.1.2/NEWS.rst#version-312
Note/TODO: Theoretically the IP test should work(?) now:
> Bugs corrected:
> - Error with IP Plugin : object has no attribute bug #1528
> - ip plugin empty interface bug #1509
but the test is still failing inside the Nix build sandbox.
2019-08-27 23:30:41 +02:00
Michael Weiss
70f0d81861
androidStudioPackages.{dev,canary}: 3.6.0.7 -> 3.6.0.8
2019-08-27 23:30:41 +02:00
markuskowa
92603e9842
Merge pull request #67581 from markuskowa/fix-sdrangel
...
sdrangel: add airpsy, hackrf, rtlsdr support
2019-08-27 23:27:07 +02:00
Jan Tojnar
d63d84d350
Merge pull request #67584 from jtojnar/appstream-glib-cleanup
...
appstream-glib: clean up dependencies
2019-08-27 23:02:01 +02:00
Marek Mahut
5a097da243
Merge pull request #67518 from costrouc/python-elpy-update
...
pythonPackages.elpy: 1.28.0 -> 1.29.1 add tests
2019-08-27 22:46:45 +02:00
Marek Mahut
ebb96bcff9
Merge pull request #67560 from sikmir/mkgmap
...
mkgmap: init at 4289
2019-08-27 22:40:44 +02:00
Jan Tojnar
ca15e26d4d
appstream-glib: clean up dependencies
2019-08-27 22:25:27 +02:00
José Romildo Malaquias
47314cd665
enlightenment.efl: 1.22.2 -> 1.22.3
2019-08-27 17:15:47 -03:00
Silvan Mosberger
91f6a681e0
Merge pull request #66407 from Infinisil/fix-option-rename
...
lib/modules: Use options `apply` function even if no values are defined
2019-08-27 22:06:23 +02:00
Marek Fajkus
eb5ba591d9
elmPackages: share node-env.nix, add elm-live & elm-xref
2019-08-27 22:02:37 +02:00
Chris Ostrouchov
1d30da1e2b
pythonPackages.elpy: 1.28.0 -> 1.29.1 add tests
2019-08-27 15:27:46 -04:00
Eelco Dolstra
35c1c170d7
nix.conf: Set sandbox-fallback = false
...
For security, we don't want the sandbox to be disabled silently.
2019-08-27 21:17:20 +02:00
worldofpeace
fa29f98bb5
Merge pull request #67368 from tadeokondrak/wine-4.0.2
...
wine{,-mono,-unstable,-staging}: update
2019-08-27 15:05:07 -04:00
worldofpeace
99927ab34b
Merge pull request #67574 from kisik21/brave-update
...
brave: 0.67.123 -> 0.68.131
2019-08-27 15:00:31 -04:00
worldofpeace
3f00767406
Merge pull request #66568 from volth/xfdashboard
...
xfce4-14.xfdashboard: init at 0.7.5
2019-08-27 14:46:38 -04:00
volth
540b04493e
xfce4-14.xfdashboard: init at 0.7.5
2019-08-27 14:45:50 -04:00
Markus Kowalewski
c34746d52c
sdrangel: add airpsy, hackrf, rtlsdr support
2019-08-27 20:39:30 +02:00
worldofpeace
156f335161
Merge pull request #67549 from worldofpeace/gnome-control-center/fix-sharing
...
Fix sharing in gnome-control-center
2019-08-27 14:28:15 -04:00
Pavol Rusnak
6270d567b2
gcc-arm-embedded: 8-2018-q4-major -> 8-2019-q3-update
2019-08-27 20:03:38 +02:00
Maximilian Bosch
56a7bc05e1
nixos/treewide: drop dependencies to keys.target
...
The `keys.target` is used to indicate whether all NixOps keys were
successfully uploaded on an unattended reboot. However this can cause
startup issues e.g. with NixOS containers (see #67265 ) and can block
boots even though this might not be needed (e.g. with a dovecot2
instance running that doesn't need any of the NixOps keys).
As described in the NixOps manual[1], dependencies to keys should be
defined like this now:
``` nix
{
systemd.services.myservice = {
after = [ "secret-key.service" ];
wants = [ "secret-key.service" ];
};
}
```
However I'd leave the issue open until it's discussed whether or not to
keep `keys.target` in `nixpkgs`.
[1] https://nixos.org/nixops/manual/#idm140737322342384
2019-08-27 18:55:55 +02:00
Vika
19fbc4a1da
brave: 0.67.123 -> 0.68.131
2019-08-27 19:31:06 +03:00
Robert Helgesson
c09bc3e7e2
svtplay-dl: 2.1 -> 2.2
...
Also remove no longer supported dependency on rtmpdump.
2019-08-27 18:22:59 +02:00
gnidorah
bb3f8ea9e2
pykde4: pin to openssl 1.0.2
2019-08-27 18:20:10 +02:00
Maximilian Bosch
b4a4d98c52
vde2: build with --disable-python
by default
...
This package explicitly depends on `python2` which will be EOLed at the
end of the year[1]. This package provides python bindings for `python2`,
however the latest release (also used by other distros) is from 2011[2]
and doesn't support v3. For instance, debian ships `vde2` without
`python2` support since Debian Jessie[3].
KVM and QEMU appear to build fine, also NixOS tests and ISO builds are
still functional.
By running `nix-review` against this change, only `xen` packages failed,
but those were already broken on master[4].
Finally it's also worth mentioning that the closure size of `vde2` drops
from 99.5M to 33.5M without `python2` according to `nix path-info -S -h`.
[1] https://pythonclock.org/
[2] https://github.com/virtualsquare/vde-2/releases/tag/vde-2
(vde.sourceforge.net redirects to this github page)
[3] https://packages.debian.org/en/jessie/vde2
[4] https://hydra.nixos.org/build/99185451 , https://hydra.nixos.org/build/99187262
2019-08-27 18:19:24 +02:00
Boris Babic
1296b10c31
python3Packages.pre-commit: 1.18.1 -> 1.18.2
2019-08-27 18:15:24 +02:00
Marek Mahut
b31d5fe3a9
Merge pull request #67557 from toonn/wire-desktop-bump
...
wire-desktop: 3.9.2895 -> 3.10.2904, mac 3.9.2943 -> 3.10.3133
2019-08-27 18:06:44 +02:00
Nikolay Korotkiy
98a283af55
mkgmap: init at 4289
2019-08-27 19:04:15 +03:00
Aaron Andersen
3c3f198b94
Merge pull request #64549 from petabyteboy/feature/claws
...
claws: init at 0.3.2
2019-08-27 11:44:57 -04:00
WilliButz
8867b242b6
Merge pull request #67567 from mmahut/gitlab-ci-pipelines-exporter
...
prometheus-gitlab-ci-pipelines-exporter: init at 0.2.5
2019-08-27 17:25:26 +02:00
Marek Mahut
743be07f18
Merge pull request #67558 from suhr/oil
...
oil: 0.6.0 -> 0.7.pre3
2019-08-27 17:24:01 +02:00
Léo Gaspard
8a4721d606
Merge pull request #64669 from luispedro/add_sortmerna
...
sortmerna: init at 3.0.3
2019-08-27 17:19:53 +02:00
Marek Mahut
40181666c5
Merge pull request #67539 from eadwu/jetbrains/update-1
...
jetbrains: 2019.2.*
2019-08-27 17:18:36 +02:00
Matthew Bauer
4081bec5ac
zsh: remove unfunction on TERM=dumb
...
Unfortunately this gives an error when precmd or preexec exists. Removing to avoid that.
2019-08-27 11:00:58 -04:00
Marek Mahut
4d739ce93d
Merge pull request #67562 from flokli/jameica-2.8.4
...
jameica: 2.8.2 -> 2.8.4
2019-08-27 16:41:48 +02:00
Marek Mahut
a280376458
Merge pull request #67561 from dywedir/rclone
...
rclone: 1.48.0 -> 1.49.0
2019-08-27 16:40:01 +02:00
Marek Mahut
eee23c116f
prometheus-gitlab-ci-pipelines-exporter: init at 0.2.5
2019-08-27 16:39:25 +02:00
dawidsowa
41505960a7
gallery-dl: 1.10.1 -> 1.10.2
2019-08-27 16:33:00 +02:00
Marek Mahut
b40ee82685
Merge pull request #67556 from mmahut/matomo
...
nixos/matomo: fixing the configuration path
2019-08-27 16:13:34 +02:00
Marek Mahut
0245bfa9e6
Merge pull request #67467 from valebes/add-rsclock
...
rsClock: init at 0.1.0
2019-08-27 16:02:41 +02:00
Silvan Mosberger
174e3a9a35
Merge pull request #58204 from rnhmjoj/dnschain
...
nixos/dnschain: disable DNSSEC for namecoin TLDs
2019-08-27 15:54:58 +02:00
rnhmjoj
05ddde928d
nixos/dnschain: disable DNSSEC for namecoin TLDs
2019-08-27 14:42:06 +02:00
Silvan Mosberger
210756a450
nixos/pdns-recursor: implement a settings
option ( #67251 )
...
nixos/pdns-recursor: implement a `settings` option
2019-08-27 14:34:32 +02:00
Peter Simons
79c6d22c1f
mod_wsgi: allow building this module with python 2.x and 3.x
2019-08-27 14:27:31 +02:00
Florian Klink
1d6005e113
jameica: 2.8.2 -> 2.8.4
2019-08-27 13:45:44 +02:00