Dima
a16de399a1
release-notes 19.09: removal of non-LTS kernel attrs
...
Even though the release obviously already happened, I think it might
still make sense to add a short note about the attributes not being
supported any longer (and going forward).
(cherry picked from commit 7163d3a9df35904d0c9acc9f643fd70ee3108539)
(cherry picked from commit a64b8c3c191af1317cfdc1ea4f4e5f881c4cf503)
2019-10-20 19:35:22 -04:00
Jonathan Ringer
6f89c01006
python3Packages.praw: 6.3.1 -> 6.4.0
2019-10-20 16:13:22 -07:00
Jonathan Ringer
73ae8fbb64
pythonPackages.praw: freeze at 6.3.1
2019-10-20 16:13:22 -07:00
Renaud
67aa40139b
libcutl: 1.9.0 -> 1.10.0
2019-10-21 00:24:59 +02:00
Tom Bereknyei
d368f8cfe6
pythonPackages.grpcio-tools: 1.23.0 -> 1.24.3
2019-10-20 17:51:58 -04:00
Mario Rodas
5ee2a05049
postgresqlPackages.postgis: 2.5.3 -> 3.0.0
...
Release notes: https://postgis.net/2019/10/20/postgis-3.0.0/
2019-10-20 16:20:00 -05:00
Elis Hirwing
463eb7daff
Merge pull request #71400 from sweber83/sw-bump-home-assistant-frontend
...
update home-assistant-frontend to correct version for home-assistant 0.99.2
2019-10-20 23:06:10 +02:00
Elis Hirwing
c2d3ab91fa
Merge pull request #71437 from marzipankaiser/master
...
ricty: change mirror and homepage url
2019-10-20 22:58:36 +02:00
Renaud
c17efd3eea
Merge pull request #71009 from flokli/mlarchive2maildir-0.0.8
...
mlarchive2maildir: 0.0.6 -> 0.0.8
2019-10-20 22:49:04 +02:00
Jonathan Ringer
8298ecc8a0
kustomize: 3.1.0 -> 3.3.1
2019-10-20 13:43:18 -07:00
Thilo Uttendorfer
b09794c3b2
openxcom: 1.0.0.2018.10.08 -> 1.0.0.2019.10.18
...
- Updated repo owner
2019-10-20 22:40:18 +02:00
Maciek Starzyk
642bed5ba3
tab: init at 7.2
2019-10-20 13:38:13 -07:00
Puck Meerburg
591b5a9882
waon: init at 0.11
2019-10-20 20:10:43 +00:00
Renaud
f8ef6e5f7d
Merge pull request #70854 from samdoshi/picard
...
picard: 2.2.1 -> 2.2.2
2019-10-20 21:38:59 +02:00
Mario Rodas
6e6ea38351
Merge pull request #71307 from marsam/update-terraform
...
terraform: 0.12.10 -> 0.12.11
2019-10-20 14:28:33 -05:00
Elis Hirwing
9319dd17d8
nixos/lidarr: Add dataDir option
...
This will bring this module to a state to be consistent with how the
other forks (sonarr & radarr) works.
2019-10-20 21:20:53 +02:00
Renaud
89c0e5b332
Merge pull request #71377 from stigtsp/package/perl-mojolicious-plugin-openapi-init
...
perlPackages.MojoliciousPluginOpenAPI: init at 2.17
2019-10-20 21:13:58 +02:00
Stig Palmquist
f82d733d77
perlPackages.MojoliciousPluginOpenAPI: init at 2.17
2019-10-20 20:41:35 +02:00
Renaud
a8cbf23c57
Merge pull request #70387 from stigtsp/package/perl-css-minifier-xs-rename
...
perlPackages.CSSMinifierXS: rename from perlPackages.CSSMinifierXP
2019-10-20 20:31:52 +02:00
Florian Klink
64dce73eca
Merge pull request #71449 from mweinelt/pr/anydesk/libpulse.so
...
anydesk: add pulseaudio to buildInputs
2019-10-20 20:26:52 +02:00
c0bw3b
4b8c297d52
perlPackages.Starlet: disable checks on Darwin
...
Failing on Hydra for some months
2019-10-20 20:19:25 +02:00
Renaud
1d6da540ff
Merge pull request #71128 from stigtsp/package/perl-crypt-scryptkdf-init
...
perlPackages.CryptScryptKDF: init at 0.010
2019-10-20 20:02:04 +02:00
Renaud
410d794f05
Merge pull request #71073 from nyanloutre/betaflight_configurator_10_6_0
...
betaflight-configurator: 10.5.1 -> 10.6.0
2019-10-20 20:01:00 +02:00
Renaud
138310d566
Merge pull request #71159 from romildo/upd.lxqt-globalkeys
...
lxqt.lxqt-globalkeys: 0.14.1 -> 0.14.3
2019-10-20 19:52:07 +02:00
Frederik Rietdijk
5b55013aa2
python2: 2.7.16 -> 2.7.17
...
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2019-10-20 19:48:32 +02:00
Frederik Rietdijk
56727dc1ff
Python: setuptools/wheel/pip now bootstrap from source
...
Since wheel support was introduced in 2015 we always relied on pre-built
wheels for bootstrapping. Now, we can bootstrap directly from the
sources of these packages in git.
The `bootstrapped-pip` packages is used to build `pip`, `setuptools` and `wheel`,
after which those packages are used to build everything else.
Note that when building `bootstrapped-pip` some errors are shown.
These are not important, the build actually does succeed and work as intended.
2019-10-20 19:48:00 +02:00
Daniël de Kok
6f6331dbb3
softmaker-office: fix product unlock error
...
SoftMaker/FreeOffice collects some system information upon unlocking the
product. But in doing so, it attempts to execute /bin/ls. If the execve
syscall fails, the whole unlock procedure fails. This works around that
by rewriting /bin/ls to the proper path.
SoftMaker Office restarts itself upon some operations, such changing the
theme and unlocking. Unfortunately, we do not have control over its
environment then and it will fail with an error. Starting SoftMaker
Office from scratch will then work.
Fixes #71228
2019-10-20 19:36:35 +02:00
Marek Fajkus
535c5a8a04
cargo-generate: 0.3.0 -> 0.4.0
2019-10-20 10:36:05 -07:00
Renaud
176e39f568
Merge pull request #71274 from aanderse/nss-pam-ldapd
...
nss-pam-ldapd: 0.9.10 -> 0.9.11
2019-10-20 19:35:20 +02:00
Ben Wolsieffer
8d04355d87
qgroundcontrol: 3.3.0 -> 3.5.5, fix build ( #71308 )
...
* qgroundcontrol: 3.3.0 -> 3.5.4, fix build
* qgroundcontrol: 3.5.4 -> 3.5.5
2019-10-20 19:27:23 +02:00
Renaud
cc77604c8d
Merge pull request #71150 from stigtsp/package/perl-mojolicious-plugin-mail-init
...
perlPackages.MojoliciousPluginMail: init at 1.5
2019-10-20 19:22:29 +02:00
R. RyanTM
f35f0880f2
libabw: 0.1.2 -> 0.1.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libabw/versions
2019-10-20 10:12:45 -07:00
R. RyanTM
f70fbfa63b
ldc: 1.16.0 -> 1.17.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ldc/versions
2019-10-20 10:10:33 -07:00
Stig Palmquist
0486eacdbb
perlPackages.CryptScryptKDF: init at 0.010
2019-10-20 19:03:38 +02:00
Renaud
47ed10c17e
Merge pull request #71403 from lilyball/chit
...
chit: 0.1.14 -> 0.1.15
2019-10-20 18:57:36 +02:00
R. RyanTM
7c6f46511d
facter: 3.13.2 -> 3.14.5 ( #64019 )
...
* facter: 3.13.2 -> 3.14.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/facter/versions
* facter: 3.14.0 -> 3.14.5
2019-10-20 18:47:44 +02:00
dadada
e30988e506
init: managesieve at 0.6
2019-10-20 09:45:19 -07:00
dadada
db6505e293
maintainers: add dadada
2019-10-20 09:45:19 -07:00
Mario Rodas
5e7a5c78c3
Merge pull request #71418 from marsam/update-bazelisk
...
bazelisk: 1.0 -> 1.1.0
2019-10-20 11:21:24 -05:00
Martin Weinelt
deee216d42
anydesk: add pulseaudio to buildInputs
...
Audio support requires libpulse.so and the application complained
about not being able to find it.
2019-10-20 18:02:03 +02:00
Marek Mahut
b7594c2a86
Merge pull request #71440 from r-ryantm/auto-update/bitcoin-abc
...
bitcoin-abc: 0.20.2 -> 0.20.3
2019-10-20 17:41:35 +02:00
Frederik Rietdijk
1fca2ab52d
python: zope.testrunner: 5.0 -> 5.1
2019-10-20 17:33:43 +02:00
Frederik Rietdijk
a110c8e69d
pythonPackages.zope-deferredimport: disable tests
...
relies on zope-testrunner. Import fails, likely because of how
zope-testrunner functions.
2019-10-20 17:33:16 +02:00
Marek Mahut
37b65b303b
Merge pull request #71420 from marsam/update-rclone
...
rclone: 1.49.4 -> 1.49.5
2019-10-20 17:29:48 +02:00
Frederik Rietdijk
e91f8dddc8
Merge staging-next into staging
2019-10-20 17:03:09 +02:00
Frederik Rietdijk
5118f12a07
Revert "poppler: 0.79.0 -> 0.81.0"
...
Reverting because this breaks texlive.bin.
This reverts commit 192e73f7a14ffc3c2465e5be9674b046e4c19f83.
2019-10-20 17:02:48 +02:00
Frederik Rietdijk
b5e481a07e
Revert "poppler: 0.74.0 -> 0.79.0"
...
texlive.bin fails to build.
This reverts commit 6b58b4672f821f424b0f58792b644dc9c9d33342.
This reverts commit 1caceac8738a70351f2d9301e58e860c61e0907f.
This reverts commit 9908cad5c24a6431fa5aac8cfa570452713ea994.
2019-10-20 17:01:47 +02:00
Jan Tojnar
f849554226
Merge branch 'staging-next' into staging
2019-10-20 16:49:29 +02:00
Renaud
bd42bcd240
libwhereami: disable on ARM
...
Hydra still tries to build it on aarch64 even though
this lib is incompatible with ARMv7 / ARMv8
2019-10-20 16:49:18 +02:00
Marcial Gaißert
bc09bf4d71
ricty: change mirror and homepage url
...
The old mirror and homepage at www.rs.tus.ac.jp return a 403
Forbidden.
2019-10-20 16:47:30 +02:00