Commit graph

215764 commits

Author SHA1 Message Date
Andreas Rammhold
846f300511
Merge pull request #80953 from andir/bazel-poison
buildBazelPackage: poison all the fixed output derivations
2020-03-03 10:39:05 +01:00
Andreas Rammhold
6eb3154ff6
gsasl: export LOCALDOMAIN before running tests
Recently kerberos added a code path that relies ont he local domain part
to be available. See [hydra] for the recent build failure and [github]
for a brief analysis of the error.

[hydra] https://hydra.nixos.org/build/113717403
[github]:
  - https://github.com/NixOS/nixpkgs/pull/81531#issuecomment-593840860
  - https://github.com/NixOS/nixpkgs/pull/81531#issuecomment-593853565
2020-03-03 10:36:52 +01:00
Ian M. Jones
017926a8b3 snippetpixie: 1.2.2 -> 1.3.1 2020-03-03 09:24:32 +00:00
Orivej Desh
a8e06a8e89 clickhouse: link with lld
lld buildInput is still needed for the library.

Related: #24744
2020-03-03 09:22:14 +00:00
ccellado
0da63e8af2
deadbeef: 1.8.0 -> 1.8.2 2020-03-03 10:02:04 +01:00
Matthias Beyer
1b5ae92f0f timewarrior: Fix homepage
Thanks to repology.org

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-03-03 09:50:56 +01:00
Orivej Desh
24c765c744 clickhouse: fix rpath
ClickHouse sets LINKER_NAME to lld which is not yet wrapped with ld-wrapper.sh
and the results lack rpath needed to use the programs and libraries.
2020-03-03 08:38:19 +00:00
R. RyanTM
774324ae76 plantuml: 1.2020.1 -> 1.2020.2 2020-03-03 09:21:16 +01:00
R. RyanTM
6e686dd681 python27Packages.ipdb: 0.12.3 -> 0.13.0 2020-03-03 07:23:48 +00:00
R. RyanTM
d07158447e python27Packages.localzone: 0.9.5 -> 0.9.6 2020-03-02 22:51:23 -08:00
R. RyanTM
c27a87e288 python27Packages.identify: 1.4.10 -> 1.4.11 2020-03-02 22:50:56 -08:00
R. RyanTM
4c23487951 python27Packages.phonenumbers: 8.11.3 -> 8.11.4 2020-03-02 22:50:27 -08:00
Cole Helbling
25057960ce
howard-hinnant-date: allow access to zoneinfo
This fixes the situtation where, if `/usr/share/zoneinfo` was
inaccessible/didn't otherwise exist, `howard-hinnant-date` would
download and drop a `~/Downloads/tzdata` directory containing some
timezone information from IANA [1]. To avoid this, we make use of the
`tzdata`'s `zoneinfo`, preventing the dropping of random directories and
files.

[1] https://data.iana.org/time-zones/releases/tzdata2019c.tar.gz
2020-03-02 22:48:52 -08:00
Aiken Cairncross
2148a154c6 python3Packages.monosat: Fix Python 3.8 build 2020-03-03 07:40:57 +01:00
zowoq
3c7eb6f1be kepubify: 3.0.0 -> 3.1.0
https://github.com/geek1011/kepubify/releases/tag/v3.1.0
2020-03-03 16:25:05 +10:00
Vincent Laporte
3fe7a65e23 ocaml-ng.ocamlPackages_4_10.ocaml: 4.10.0+rc2 → 4.10.0 2020-03-03 06:49:08 +01:00
Bart Brouns
44fb029ff8 dragonfly-reverb: 2.0.0 -> 3.0.0 2020-03-03 04:57:26 +01:00
Dennis Gosnell
bd2c1d72c5
Merge pull request #80845 from obsidiansystems/work-on-multi-shellFor
haskell shellFor: Fix hoogle
2020-03-03 11:22:52 +09:00
Robert Djubek
8653b7ab87
pythonPackages.digital-ocean: 1.13.2 -> 1.15.0
updated to newest version (1.13.2 was released ~2.25 years ago). switched to fetchFromGitHub to enable tests. added kiwi to maintainers. formatted with nixpkgs-fmt
2020-03-03 02:19:03 +00:00
Yegor Timoshenko
c16f2218da
Merge pull request #80900 from emilazy/acme-must-staple
nixos/acme: Must-Staple and extra flags
2020-03-03 03:57:40 +03:00
Yegor Timoshenko
31aefc74c5
Merge pull request #80856 from emilazy/adjust-acme
nixos/acme: adjust renewal timer options
2020-03-03 03:49:33 +03:00
Andreas Rammhold
642bea6cec
tensorflow: update fixed output hashes 2020-03-03 01:12:27 +01:00
Andreas Rammhold
c539f937c5
pythonPackages.tensorflow-estimator_1_15_1: init at 1.15.1
TF 1.15 still needs an older version of the tensorflow-estimator
package.
2020-03-03 01:12:27 +01:00
Andreas Rammhold
84b3678072
pythonPackages.dm-sonned: update fixed output hash 2020-03-03 01:12:27 +01:00
Andreas Rammhold
0ff376c03f
bazel-remote: update fixed output hash 2020-03-03 01:12:27 +01:00
Andreas Rammhold
fa7b4d513c
tensorflow-probabilit: update fixed output hash 2020-03-03 01:12:26 +01:00
Andreas Rammhold
9683826ffa
bazel-watcher: update fixed output hash 2020-03-03 01:12:26 +01:00
Andreas Rammhold
abd312b6b1
gvisor: update fixed output hash 2020-03-03 01:12:26 +01:00
Andreas Rammhold
fa6c5c3dc7
buildBazelPackage: prime fixed output derivations
All bazel fixed output derivations should be specific to the bazel
version that was used to generate them. There is not guarantee that the
build will still succeed or reproduces (without the cached fixed output)
if the fetch phase wasn't rerun with a different bazel version.

In the past bazel had been bumped but not all those packages that have
fixed outputs from bazel builds. This lead to compiling and somewhat
working TF versions that couldn't be reproduced without the cached fixed
outputs.
2020-03-03 01:12:26 +01:00
R. RyanTM
c37b4466c0 python27Packages.authlib: 0.13 -> 0.14.1 2020-03-02 16:01:54 -08:00
R. RyanTM
e41580fbc3 python27Packages.azure-mgmt-keyvault: 2.0.0 -> 2.1.1 2020-03-02 16:01:14 -08:00
worldofpeace
f23698b8d9
Merge pull request #81542 from conferno/patch-5
xfce.xfdashbooard: fix typo
2020-03-02 23:38:11 +00:00
Maximilian Bosch
a2da250607
Merge pull request #81518 from Ma27/add-dmenu-wayland
dmenu-wayland: init at 2020-02-28
2020-03-03 00:35:10 +01:00
Lancelot SIX
ac75010d33
Merge pull request #81549 from r-ryantm/auto-update/parallel
parallel: 20200122 -> 20200222
2020-03-02 23:35:57 +01:00
Florian Klink
d6587c0444
Merge pull request #80096 from tfc/port-rsyslogd-test
nixosTests.rsyslogd: Port to python
2020-03-02 14:16:51 -08:00
Matthew Bauer
e0e4d591cc nixos/cage: init
Add a cage module to nixos. This can be used to make kiosk-style
systems that boot directly to a single application. The user (demo by
default) is automatically logged in by this service and the
program (xterm by default) is automatically started.

This is useful for some embedded, single-user systems where we want
automatic booting. To keep the system secure, the user should have
limited privileges.

Based on the service provided in the Cage wiki here:

https://github.com/Hjdskes/cage/wiki/Starting-Cage-on-boot-with-systemd

Co-Authored-By: Florian Klink <flokli@flokli.de>
2020-03-02 13:43:20 -08:00
Vladyslav M
1080a07165
Merge pull request #81448 from primeos/wf-recorder
wf-recorder: 0.1 -> 0.2
2020-03-02 23:38:28 +02:00
Brenton Horne
b07eb54048 marvin: 20.4.0 -> 20.6.0 2020-03-02 21:50:25 +01:00
André-Patrick Bubel
bfbf3c5b09
travis: 1.8.10 -> 1.8.11 2020-03-02 21:23:47 +01:00
David Wood
f4d6ed2e8b starship: 0.36.1 -> 0.37.0
Signed-off-by: David Wood <david@davidtw.co>
2020-03-02 21:05:06 +01:00
Benjamin Staffin
96c1a2b15e
latte-dock: 0.9.8.1 -> 0.9.9 (#81494) 2020-03-02 14:49:16 -05:00
WilliButz
eaef96093a
prometheus-nginx-exporter: 0.5.0 -> 0.6.0 (#81285)
* prometheus-nginx-exporter: 0.5.0 -> 0.6.0

* nixos/prometheus-nginx-exporter: update for 0.6.0

Added new option constLabels and updated virtualHost name in the
exporter's test.
2020-03-02 14:48:40 -05:00
Jan Tojnar
fa4534f75b
Merge pull request #81520 from r-ryantm/auto-update/libmypaint
libmypaint: 1.5.0 -> 1.5.1
2020-03-02 20:29:41 +01:00
Jan Tojnar
0eb7bd28dd
Merge pull request #80863 from zowoq/gnome-ext
gnomeExtensions: cleanup
2020-03-02 20:02:12 +01:00
Tim Steinbach
31cf072be9
Merge pull request #81515 from r-ryantm/auto-update/liquibase
liquibase: 3.8.6 -> 3.8.7
2020-03-02 13:57:22 -05:00
adisbladis
298b50df1d poetry: 1.0.3 -> 1.0.5 2020-03-02 10:34:49 -08:00
adisbladis
d3f756d9b7 poetry2nix: 1.5.0 -> 1.6.0 2020-03-02 10:34:49 -08:00
Jonathan Ringer
725dc741c1 python37Packages.poetry: fix build 2020-03-02 10:30:50 -08:00
Jonathan Ringer
76079f270c pythonPackages.aria2p: inherit poetry from python-modules 2020-03-02 10:30:50 -08:00
Jan Tojnar
f27031f48f
Merge pull request #81063 from NixOS/netpbm
netpbm: 10.82.01 → 10.89.1
2020-03-02 19:26:25 +01:00