Tim Steinbach
058902d18b
awscli: 1.19.12 -> 1.19.17
2021-02-28 10:38:01 -05:00
Tim Steinbach
60c62dd5f0
python3Packages.boto3: 1.17.12 -> 1.17.17
2021-02-28 10:38:01 -05:00
Tim Steinbach
d44c8cd61f
python3Packages.botocore: 1.20.12 -> 1.20.17
2021-02-28 10:38:01 -05:00
Sandro
e1d350c1bb
Merge pull request #114578 from fabaff/fix-shapely
2021-02-28 16:37:51 +01:00
Michele Guerini Rocco
77cd85e8ee
Merge pull request #114648 from rnhmjoj/lxd-no-udev-settle
...
nixos/lxd: cleanup and misc fixes
2021-02-28 15:28:48 +01:00
Sandro
3468fa5345
Merge pull request #114499 from sternenseemann/fonttools-4.21.0
...
pythonPackages.fonttools: 4.20.0 -> 4.21.1
2021-02-28 15:12:27 +01:00
Sandro
4995bd5105
Merge pull request #114540 from fabaff/tests-slicedimage
...
python3Packages.slicedimage: switch to pytestCheckHook
2021-02-28 14:36:39 +01:00
rnhmjoj
b9dc818bd5
nixos/lxd: make start timeout configurable
2021-02-28 14:02:56 +01:00
rnhmjoj
4adcb00642
nixos/lxd: cleanup and misc fixes
...
- Actually use the zfsSupport option
- Add documentation URI to lxd.service
- Add lxd.socket to enable socket activatation
- Add proper dependencies and remove systemd-udev-settle from lxd.service
- Set up /var/lib/lxc/rootfs using systemd.tmpfiles
- Configure safe start and shutdown of lxd.service
- Configure restart on failures of lxd.service
2021-02-28 14:02:56 +01:00
Michael Weiss
00529f5bba
lf: 20 -> 21
2021-02-28 14:01:59 +01:00
Sandro
8491685568
Merge pull request #114533 from marsam/fix-conan-darwin
...
conan: fix build on darwin
2021-02-28 13:26:19 +01:00
Pavel Borzenkov
d6876bc879
google-cloud-sdk: fix searching for cloud_sql_proxy on the PATH ( #114488 )
...
'gcloud sql connect' command allows to connect to a CloudSQL instance
from a local machine. In order to do so, it starts local
'cloud_sdk_proxy' instance. google-cloud-sdk expects to find one in SDK
root (installed by 'gcloud components') or on the PATH, if SDK is not
correctly installed ('.install' directory is missing).
Since google-cloud-sdk on NixOS is properly installed 'gcloud sql
connect' never looks for 'cloud_sql_proxy' on the PATH and simply
doesn't work at all.
The patch slightly modifies the check by looking not only for
'.install' directory, but for actual 'cloud_sql_proxy' binary before
falling back to the search on the PATH.
With this patch it's now possible to use 'gcloud sql connect' on NixOS,
provided that 'cloud_sql_proxy' is available either in user or system
enviroment (available in nixpkgs).
2021-02-28 12:05:26 +00:00
Robert Schütz
5a0fc99101
python3Packages.pygraphviz: 1.6 -> 1.7 ( #113040 )
2021-02-28 12:36:57 +01:00
Vincent Laporte
d0328678e9
ocamlPackages.ocaml-migrate-parsetree-2-1: use Dune 2
2021-02-28 11:28:04 +01:00
Fabian Affolter
7b6687a210
Merge pull request #114615 from r-ryantm/auto-update/python3.7-identify
...
python37Packages.identify: 1.5.14 -> 1.6.1
2021-02-28 11:17:54 +01:00
toastal
e8909c77f6
julia-mono 0.022 → 0.034
2021-02-28 04:46:35 -05:00
Milan Svoboda
df3d560999
nixos/nix-gc: add persistent and randomizeDelaySec options
2021-02-28 04:21:21 -05:00
Michele Guerini Rocco
f3ae13d608
Merge pull request #114568 from rnhmjoj/acpid-no-udev-settle
...
nixos/acpid: clean up the module
2021-02-28 09:19:14 +01:00
taku0
7fc72c3638
Merge pull request #114619 from r-ryantm/auto-update/adoptopenjdk-icedtea-web
...
adoptopenjdk-icedtea-web: 1.8.5 -> 1.8.6
2021-02-28 17:10:55 +09:00
Jörg Thalheim
18a029ac1c
Merge pull request #114610 from r-ryantm/auto-update/python3.7-alerta
...
python37Packages.alerta: 8.3.0 -> 8.4.0
2021-02-28 07:51:58 +00:00
R. RyanTM
627f2b5b9c
adoptopenjdk-icedtea-web: 1.8.5 -> 1.8.6
2021-02-28 07:40:36 +00:00
R. RyanTM
196b4ead1d
python37Packages.identify: 1.5.14 -> 1.6.1
2021-02-28 05:47:21 +00:00
Masanori Ogino
b51b5a104b
go_1_14, go_1_15: support colon at start of TZ
...
See also: https://github.com/NixOS/nixpkgs/pull/113555
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2021-02-28 14:31:31 +10:00
zowoq
77a087facc
miniserve: 0.10.4 -> 0.11.0
...
https://github.com/svenstaro/miniserve/releases/tag/v0.11.0
2021-02-28 14:31:10 +10:00
Orivej Desh
33230da5da
cvise: init at 2.1.0 ( #114197 )
2021-02-28 04:12:14 +00:00
Niklas Hambüchen
53ffeb59ff
Merge pull request #113657 from nh2/turbovnc
...
turbovnc: init at 2.2.5
2021-02-28 03:58:07 +01:00
Niklas Hambüchen
c834c60ff9
turbovnc: init at 2.2.5
...
I started out by copying the `tigervnc` derivation, which
does things like re-using `xorg.xorgserver.buildInputs`
(given that these VNC servers are all forks of Xorg),
but then removed that and all the dependencies that did not
appear to be needed or checked for in the CMake output.
2021-02-28 03:36:25 +01:00
R. RyanTM
60031a1e95
gitkraken: 7.5.0 -> 7.5.1
2021-02-27 20:53:41 -05:00
R. RyanTM
b26297344a
python37Packages.alerta: 8.3.0 -> 8.4.0
2021-02-28 01:28:51 +00:00
Mario Rodas
5933226104
Merge pull request #114599 from helsinki-systems/fix/libe-book
...
libe-book: fix build after c0b3169d4a
2021-02-27 20:13:18 -05:00
Anderson Torres
49c5be4840
Merge pull request #114536 from bobrik/ivan/rst2html5-wheel
...
rst2html5: fix download now that it is a wheel
2021-02-27 21:17:21 -03:00
Jörg Thalheim
476d202f40
Merge pull request #114600 from fabaff/bump-msldap
2021-02-27 23:42:04 +00:00
Sandro
4cf436c6ab
Merge pull request #114603 from rhoriguchi/vscode-extensions.gruntfuggly.todo-tree
...
vscode-extensions.gruntfuggly.todo-tree: 0.0.196 -> 0.0.198
2021-02-28 00:36:01 +01:00
Sandro
d65005f2a7
Merge pull request #114587 from fabaff/pytankerkoenig
2021-02-28 00:34:47 +01:00
Sandro
3d78834149
Merge pull request #114569 from fishi0x01/bump-vsh
...
vsh: 0.10.0 -> 0.11.0
2021-02-28 00:17:09 +01:00
Jörg Thalheim
7770b06594
Merge pull request #114598 from baloo/baloo/libaio/static-compilation
...
libaio: fixup static compilation
2021-02-27 23:11:05 +00:00
Ryan Horiguchi
f6982a7bc8
vscode-extensions.gruntfuggly.todo-tree: 0.0.196 -> 0.0.198
2021-02-27 23:59:34 +01:00
Sandro
7ce72686a8
Merge pull request #114566 from ThibautMarty/herbstluftwm-0.9.2
...
herbstluftwm: 0.9.1 -> 0.9.2
2021-02-27 23:50:47 +01:00
Fabian Affolter
bb310ed07c
python3Packages.winacl: 0.1.0 -> 0.1.1
2021-02-27 23:47:37 +01:00
Jörg Thalheim
766246c6df
Merge pull request #112843 from r-burns/gcc-ppc-m32
...
gcc: support -m32 on ppc64le
2021-02-27 22:23:36 +00:00
Sandro
79efdab171
Merge pull request #114564 from fabaff/python-gammu
2021-02-27 23:21:30 +01:00
Fabian Affolter
b281937f21
python3Packages.msldap: 0.3.25 -> 0.3.26
2021-02-27 23:21:16 +01:00
Sandro
cc73e14aa1
Merge pull request #114553 from Mindavi/flite/cross-compile-support
...
flite: improve cross-compilation support
2021-02-27 23:16:28 +01:00
Wael Nasreddine
42a2ad0f44
terraform-providers.vultr: 1.5.0 -> 2.1.3 ( #114593 )
2021-02-27 13:44:51 -08:00
Arthur Gautier
0a5e56aa03
libaio: fixup static compilation
...
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-02-27 21:29:19 +00:00
ajs124
98fba66557
libe-book: fix build after c0b3169d4a
2021-02-27 22:28:37 +01:00
Michael Weiss
5df05c902c
gollum: 5.1.2 -> 5.2.1
2021-02-27 21:39:16 +01:00
Michael Weiss
18df480d9b
gollum: Transfer maintainership to erictapen
...
I'm not using Gollum anymore while Justin still uses it and has also
written the NixOS module. So it makes perfect sense to pass it on :)
2021-02-27 21:39:16 +01:00
Vincent Laporte
caa23be256
ocamlPackages.camomile: use Dune 2
2021-02-27 21:19:06 +01:00
Fabian Affolter
a81f23deb9
home-assistant: update component-packages
2021-02-27 20:48:45 +01:00