236141 Commits

Author SHA1 Message Date
Ivan Kozik
0d7bdd6d8e hydra-unstable: 2020-06-23 -> 2020-07-28
This fixes the build:

config.status: creating hydra-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing executable-scripts commands
building
build flags: -j8 -l8 SHELL=/nix/store/c4wxsn4jays9j31y5z9f83nr2cp7l4pa-bash-4.4-p23/bin/bash
make  all-recursive
make[1]: Entering directory '/build/source'
Making all in src
make[2]: Entering directory '/build/source/src'
Making all in hydra-evaluator
make[3]: Entering directory '/build/source/src/hydra-evaluator'
g++ -DHAVE_CONFIG_H -I. -I../..    -std=c++17 -I/nix/store/2xhb4hlskn33pbyph36v4wxcan56dnrw-boehm-gc-8.0.4-dev/include -I/nix/store/5rjgsqjdm71cflfb68q7m771a1rqcsk3-nix-2.4pre20200719_a79b6dd-dev/include/nix -Wall -I ../libhydra -Wno-deprecated-declarations -g -O2 -std=c++17 -include nix/config.h -c -o hydra_evaluator-hydra-evaluator.o `test -f 'hydra-evaluator.cc' || echo './'`hydra-evaluator.cc
hydra-evaluator.cc:27:27: error: template argument 1 is invalid
   27 |     std::unique_ptr<Config> config;
      |                           ^
hydra-evaluator.cc:27:27: error: template argument 2 is invalid
hydra-evaluator.cc: In constructor 'Evaluator::Evaluator()':
hydra-evaluator.cc:61:56: error: base operand of '->' is not a pointer
   61 |         , maxEvals(std::max((size_t) 1, (size_t) config->getIntOption("max_concurrent_evals", 4)))
      |                                                        ^~
hydra-evaluator.cc:60:44: error: invalid user-defined conversion from 'std::_MakeUniq<Config>::__single_object' {aka 'std::unique_ptr<Config, std::default_delete<Config> >'} to 'int' [-fpermissive]
   60 |         : config(std::make_unique<::Config>())
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /nix/store/3krz9s8ni3bqy4hy35ycmq8assrrb4f6-gcc-9.3.0/include/c++/9.3.0/memory:80,
                 from /nix/store/d97d0wixvlprz59z57maqj1pmda55r3b-libpqxx-6.4.5/include/pqxx/binarystring.hxx:17,
                 from /nix/store/d97d0wixvlprz59z57maqj1pmda55r3b-libpqxx-6.4.5/include/pqxx/binarystring:4,
                 from /nix/store/d97d0wixvlprz59z57maqj1pmda55r3b-libpqxx-6.4.5/include/pqxx/pqxx:3,
                 from ../libhydra/db.hh:3,
                 from hydra-evaluator.cc:1:
/nix/store/3krz9s8ni3bqy4hy35ycmq8assrrb4f6-gcc-9.3.0/include/c++/9.3.0/bits/unique_ptr.h:374:16: note: candidate is: 'std::unique_ptr<_Tp, _Dp>::operator bool() const [with _Tp = Config; _Dp = std::default_delete<Config>]' <near match>
  374 |       explicit operator bool() const noexcept
      |                ^~~~~~~~
/nix/store/3krz9s8ni3bqy4hy35ycmq8assrrb4f6-gcc-9.3.0/include/c++/9.3.0/bits/unique_ptr.h:374:16: note:   return type 'bool' of explicit conversion function cannot be converted to 'int' with a qualification conversion
make[3]: *** [Makefile:440: hydra_evaluator-hydra-evaluator.o] Error 1
make[3]: Leaving directory '/build/source/src/hydra-evaluator'
make[2]: *** [Makefile:360: all-recursive] Error 1
make[2]: Leaving directory '/build/source/src'
make[1]: *** [Makefile:414: all-recursive] Error 1
make[1]: Leaving directory '/build/source'
make: *** [Makefile:344: all] Error 2
builder for '/nix/store/g967cc3j6rc3nnpx2s4klpr03ig9zzyp-hydra-2020-06-23.drv' failed with exit code 2
2020-07-28 23:40:41 +00:00
Ryan Mulligan
e12aa01bdd
Merge pull request #93924 from r-ryantm/auto-update/hy
hy: 0.18.0 -> 0.19.0
2020-07-26 18:53:27 -07:00
Aaron Andersen
970b2b853d
Merge pull request #93599 from stigtsp/package/perl-crypt-openpgp-init
perlPackages.CryptOpenPGP: init at 1.12
2020-07-26 18:55:49 -04:00
Maximilian Bosch
0bf86fb483
Merge pull request #93761 from raboof/audacity-2.4.1-to-2.4.2
audacity: 2.4.1 -> 2.4.2
2020-07-27 00:37:52 +02:00
Marek Mahut
0eef66ab84
Merge pull request #93807 from r-ryantm/auto-update/metabase
metabase: 0.35.4 -> 0.36.0
2020-07-27 00:31:30 +02:00
Martin Weinelt
6bf0672235
Merge pull request #93915 from graham33/fix/python-rtmidi-deps
python-rtmidi: add alsaLib and libjack2 deps
2020-07-27 00:28:40 +02:00
Martin Weinelt
e9e3d1094d
Merge pull request #93939 from symphorien/ihatemoney-4.2-backport
python3Packages.ihatemoney: fix CVE-2020-15120
2020-07-27 00:11:42 +02:00
Maximilian Bosch
c66395c1fa
Merge pull request #93737 from r-ryantm/auto-update/i3lock-color
i3lock-color: 2.12.c.4 -> 2.12.c.5
2020-07-26 23:59:31 +02:00
Mario Rodas
5d846289bb
Merge pull request #93938 from r-ryantm/auto-update/python2.7-stripe
python27Packages.stripe: 2.48.0 -> 2.49.0
2020-07-26 16:37:56 -05:00
Mario Rodas
9fc4678a4a
Merge pull request #92691 from jlesquembre/kustomize-3.8.0
kustomize: 3.3.1 -> 3.8.0
2020-07-26 16:36:40 -05:00
Mario Rodas
8aa8da2bc1
Merge pull request #93889 from marsam/fix-pandas-darwin
python38Packages.pandas: fix build on darwin
2020-07-26 16:33:35 -05:00
R. RyanTM
ba163623ec kapacitor: 1.5.5 -> 1.5.6 2020-07-26 22:49:16 +02:00
R. RyanTM
04dacfbc52 python27Packages.stripe: 2.48.0 -> 2.49.0 2020-07-26 20:40:48 +00:00
Frederik Rietdijk
c28df9984b python.pkgs.recommonmark: fix eval 2020-07-26 22:31:17 +02:00
Vladyslav M
77d6eebc66
Merge pull request #90424 from kini/drat-trim/bump
drat-trim: 2017-08-31 -> 2020-06-05
2020-07-26 22:50:14 +03:00
worldofpeace
1e084a85d2 pantheon.wingpanel-indicator-session: fix build with latest vala 2020-07-26 15:30:53 -04:00
worldofpeace
6df7a93ce7 pantheon.gala: fix build with latest vala 2020-07-26 15:30:36 -04:00
worldofpeace
d0c08cf6ae pantheon: use latest vala 2020-07-26 15:30:17 -04:00
worldofpeace
f84ee806e3 nixos/release: add pantheon closure 2020-07-26 15:30:08 -04:00
Daniël de Kok
fbd4164784
Merge pull request #92832 from danieldk/cm-rgb
cm-rgb: init at 0.3.4
2020-07-26 20:37:54 +02:00
Daniël de Kok
b5e1dc11ce
Merge pull request #93896 from danieldk/rocm-opencl-runtime-stdenv
rocm-opencl-runtime: use unaltered stdenv
2020-07-26 20:02:29 +02:00
Holger Wünsche
e79b1e6a9a tiledb: disabled (sometimes) failing tests
This only affects the python package
fixes #84091
2020-07-26 19:01:26 +02:00
Holger Wünsche
36a69034bc recommonmark: marked broken
It doesn't work with sphinx 3.
2020-07-26 18:56:21 +02:00
DavHau
62c481a8a1 remove ujson version contraint from python-jsonrpc-server 2020-07-26 18:53:57 +02:00
Lancelot SIX
13c492aa81 python3Packages.daphne: 2.3.0 -> 2.5.0 2020-07-26 18:52:55 +02:00
R. RyanTM
bb2c199c19 python27Packages.crc32c: 2.0 -> 2.0.1 2020-07-26 18:51:17 +02:00
Michele Guerini Rocco
bb395a9a47
Merge pull request #91288 from rnhmjoj/zeromq
Remove old zeromq 3.x packages
2020-07-26 17:37:10 +02:00
Michele Guerini Rocco
7f9a64cfdf
Merge pull request #93336 from rnhmjoj/qute-backend
qutebrowser: re-add option to control the browser backend
2020-07-26 17:35:51 +02:00
R. RyanTM
20ec6b70ce hy: 0.18.0 -> 0.19.0 2020-07-26 15:03:25 +00:00
Silvan Mosberger
ff5bdca1ed
Merge pull request #93813 from bobismijnnaam/update-wpa-supplicant-config
Ensure wpa_supplicant.conf is written when userControlled and extraConfig are used
2020-07-26 16:43:56 +02:00
Silvan Mosberger
a38d8d6ac2
Merge pull request #88793 from veehaitch/redoc-cli
nodePackages.redoc-cli: init at 0.9.8
2020-07-26 16:39:37 +02:00
Vladimír Čunát
28fce082c8
pantheon: more build fixes by using older vala
An extension of commit b49e798763.  /cc PR #92592.
I expect it's "safer" when whole pantheon uses the same version.
Fixes build of wingpanel-indicator-session; maybe some others, too.
Now I built whole pantheon attrset and tests.pantheon.x86_64-linux
2020-07-26 15:32:23 +02:00
zimbatm
dad2f74082
Merge pull request #93884 from zowoq/gobetween
gobetween: 0.7.0 -> 0.8.0
2020-07-26 13:25:17 +00:00
zimbatm
aaceace6e4
Merge pull request #93906 from magnetophon/mu
mu: 1.4.10 -> 1.4.12
2020-07-26 13:23:55 +00:00
Graham Bennett
2a5325d3cb python-rtmidi: add alsaLib and libjack2 deps
python-rtmidi includes the rtmidi C++ library as a submodule (which is
unfortunate since rtmidi is separately packaged in nixpkgs already) and wraps it
using Cython.  Without these dependencies, python-rtmidi won't build support for
ALSA or jack into the compiled rtmidi, and will only have the 'dummy' API
available.
2020-07-26 14:13:26 +01:00
oxalica
2bd78b209d
tdesktop: 2.1.13 -> 2.2.0 (#93901) 2020-07-26 14:11:21 +02:00
sternenseemann
6a565f2998 ocamlPackages.ocsigen_server: 2.15.0 → 2.16.0
Also increase lower OCaml version bound to 4.06.1. Note that this
increase has not been introduced in 2.16.0, but has been like this since
2.11.0.
2020-07-26 14:05:34 +02:00
sternenseemann
43eaad5676 ocamlPackages.ocsigen_server: fix compilation 2020-07-26 14:05:34 +02:00
Bart Brouns
edb277ac36 mu: 1.4.10 -> 1.4.12 2020-07-26 14:03:42 +02:00
Symphorien Gibol
2308771c76 python3Packages.ihatemoney: fix CVE-2020-15120 2020-07-26 12:00:00 +00:00
Jan Tojnar
a86f4110a7
Merge pull request #93771 from jtojnar/flatpak-1.8 2020-07-26 13:56:16 +02:00
Jan Tojnar
5d3f240ebd
Merge pull request #93712 from jtojnar/malcontent-0.8
malcontent: 0.7.0 → 0.8.0
2020-07-26 13:55:02 +02:00
Martin Weinelt
42820323e8
Merge pull request #93808 from ruuda/mopidy-youtube
mopidy-youtube: 3.0 -> 3.1
2020-07-26 13:31:43 +02:00
Florian Klink
3817fc412d
Merge pull request #93781 from matthiasbeyer/update-notmuch
notmuch: 0.29.3 -> 0.30
2020-07-26 13:25:54 +02:00
Martin Weinelt
9bd0df3ad1
Merge pull request #93893 from charvp/fix-networking-macvlan
nixos/tests/networking: fix macvlan tests
2020-07-26 13:16:57 +02:00
Milan
9bd24ddc41
tor: build with standard libevent (#93854)
Since the last staging-next merge the build for libevent without openssl
support seems to fail. Since openssl has been updated to >=1.1.0 since a
while, remove this old override.
2020-07-26 12:47:48 +02:00
Charlotte Van Petegem
8eca34dd16 nixos/tests/networking: fix macvlan tests
The range option still needs to be defined in dhcpd4 to be able to give out static IP addresses
2020-07-26 12:44:05 +02:00
Maximilian Bosch
479db270fb
epson-escpr2: 1.1.13 -> 1.1.15 2020-07-26 11:48:27 +02:00
Maximilian Bosch
5ef09f9ada
evcxr: 0.5.1 -> 0.5.2
https://github.com/google/evcxr/blob/HEAD/RELEASE_NOTES.md#version-052
2020-07-26 11:32:41 +02:00
Maximilian Bosch
c80bf92d7c
gitAndTools.git-workspace: 0.6.0 -> 0.7.0
https://github.com/orf/git-workspace/releases/tag/v0.7.0
2020-07-26 11:32:41 +02:00