Commit graph

236555 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
Robert Helgesson
246abba989
sd-switch: 0.1.0 -> 0.2.0 2020-07-29 01:36:40 +02:00
Profpatsch
5ae739c10e lorri: 1.1 -> 1.1.1
Patch release which adds a manpage.

Adding a `man` and a `doc` output, and copying the files to the
corresponding directories.

The `overrideAttrs` is necessary because `buildRustPackage` does not
allow adding outputs.
2020-07-29 01:13:12 +02:00
R. RyanTM
220e413417 python27Packages.dropbox: 10.2.0 -> 10.3.0 2020-07-28 16:10:45 -07:00
zowoq
3007e7e48c gitAndTools.gh: 0.11.0 -> 0.11.1
https://github.com/cli/cli/releases/tag/v0.11.1
2020-07-29 09:03:54 +10:00
zowoq
59fd4775b6 gobetween: update vendored lxd
This allows us to drop the overrideModAttrs workaround, vendoring has been fixed in the newer lxd version.
2020-07-29 09:03:31 +10:00
Kristoffer Søholm
edfcd37def python: pwntools: 4.1.1 -> 4.2.1
The previous update broke the build, this updates fixes it
2020-07-29 00:32:23 +02:00
Kristoffer Søholm
8b633d8b3c unicorn-emulator: 1.0.1 -> 1.0.2-rc4
Also adds tests
2020-07-29 00:32:20 +02:00
Tethys Svensson
dcc963bd2d busybox: Download and patch the dispatcher script from upstream 2020-07-29 00:24:19 +02:00
Ryan Mulligan
4ca432d2e2
Merge pull request #94075 from r-ryantm/auto-update/girara
girara: 0.3.4 -> 0.3.5
2020-07-28 15:08:07 -07:00
Mario Rodas
e71c525eb7
Merge pull request #94077 from mweinelt/tor
tor: passthru tests
2020-07-28 16:53:48 -05:00
Mario Rodas
32a144c554
Merge pull request #94062 from r-ryantm/auto-update/elfinfo
elfinfo: 1.0.1 -> 1.1.0
2020-07-28 16:49:24 -05:00
R. RyanTM
49cb78d23e python37Packages.poetry: 1.0.9 -> 1.0.10 2020-07-28 14:47:33 -07:00
R. RyanTM
dbd08f0afe python37Packages.astroquery: 0.4 -> 0.4.1 2020-07-28 14:45:31 -07:00
R. RyanTM
ddd7169a5a python27Packages.azure-mgmt-loganalytics: 0.6.0 -> 0.7.0 2020-07-28 14:44:28 -07:00
Matthew Bauer
ec80ae2550 undmg: 1.0.3 -> 1.0.5 2020-07-28 16:42:35 -05:00
R. RyanTM
00971ea07b python37Packages.nest-asyncio: 1.3.3 -> 1.4.0 2020-07-28 14:42:06 -07:00
R. RyanTM
29698e2039 python27Packages.pymysql: 0.9.3 -> 0.10.0 2020-07-28 14:39:23 -07:00
R. RyanTM
95849a5156 python27Packages.yamllint: 1.23.0 -> 1.24.2 2020-07-28 14:38:11 -07:00
Tethys Svensson
179b74c216 maintainers: add TethysSvensson 2020-07-28 22:59:51 +02:00
Thorsten
30e052a3fc
libredwg: 0.10.1 -> 0.10.1.3707 (#94087)
fixes #93994
2020-07-28 22:54:37 +02:00
Matthew Bauer
b331c72f03 llvm: setup some symlinks for compatibility with binutils
This is needed for cross-compiling for LLVM.

After https://github.com/NixOS/nixpkgs/pull/94088, we still need some
of these, so I’ve whitelisted those that are in binutils.

/cc @DavidTruby
2020-07-28 15:08:46 -05:00
Matthew Bauer
ea842a7467
Merge pull request #88248 from ggreif/master
llvmPackages_10: 10.0.0 -> 10.0.1
2020-07-28 14:55:16 -05:00
Matthew Bauer
81bb09571f
Merge pull request #94061 from DieGoldeneEnte/llvm-manpage-disable
llvmPackages_{8..10}: comment out broken manpages
2020-07-28 14:54:28 -05:00
Matthew Bauer
a5659d3605
Merge pull request #94088 from DavidTruby/master
llvm*: remove symlinks to llvm-diff, llvm-as and LLVM IR utilities
2020-07-28 14:50:48 -05:00
Matthew Bauer
da3be4a38b
Merge pull request #93959 from r-ryantm/auto-update/wla-dx
wla-dx: 9.8 -> 9.11
2020-07-28 14:50:21 -05:00
Silvan Mosberger
06335228f9
Merge pull request #92894 from kuznero/vscode
vscode, vscodium: 1.46.1 -> 1.47.3
2020-07-28 21:19:35 +02:00
Robert Scott
91c4357388 pythonPackages.django_silk: 3.0.4 -> 4.0.1
update meta.homepage too
2020-07-28 12:15:34 -07:00
Mario Rodas
703b8ef3f3
Merge pull request #94091 from r-ryantm/auto-update/hmmer
hmmer: 3.3 -> 3.3.1
2020-07-28 14:04:04 -05:00
Mario Rodas
0351429dd5
Merge pull request #94066 from primeos/chromium
chromium: 84.0.4147.89 -> 84.0.4147.105
2020-07-28 13:53:32 -05:00
Mario Rodas
552a1f9278
itsx: enable on darwin 2020-07-28 13:48:55 -05:00
Mario Rodas
b7c9ca336f
hmmer: enable on darwin 2020-07-28 13:47:34 -05:00
Mario Rodas
b82bf217d8
Merge pull request #94096 from marsam/update-docker-slim
docker-slim: 1.29.0 -> 1.30.0
2020-07-28 13:41:22 -05:00
Kevin Rauscher
df6e489c4b Bloop: adapt derivation to darwin 2020-07-28 11:36:42 -07:00
Kevin Rauscher
147cab1ee5 Bloop: 1.4.1 -> 1.4.3 2020-07-28 11:36:42 -07:00
Karol Chmist
58f609160c Bloop: rework bloop packaging
* Include all completions
* Update derivation to make it similar to archlinux packaging
2020-07-28 11:36:42 -07:00
Karol Chmist
9a6386fd6f Bloop: 1.3.4 -> 1.4.1 2020-07-28 11:36:42 -07:00
Roman Kuznetsov
361d3bd0c1
vscode, vscodium: 1.46.1 -> 1.47.3 2020-07-28 20:36:41 +02:00
Lassulus
77cf1a6581
Merge pull request #89331 from Lassulus/make-disk-image
make-disk-image: add hybrid and dynamic sized images
2020-07-28 20:34:20 +02:00
Ryan Mulligan
fb140c7d36
Merge pull request #93709 from arcz/update-nsjail
nsjail: 2.9 -> 3.0
2020-07-28 11:28:25 -07:00
worldofpeace
f337ffdf52
Merge pull request #94072 from r-ryantm/auto-update/elementary-files
pantheon.elementary-files: 4.4.3 -> 4.4.4
2020-07-28 14:07:43 -04:00
Mario Rodas
2ea37a0fe6
Merge pull request #94025 from r-ryantm/auto-update/linuxkit
linuxkit: 0.7 -> 0.8
2020-07-28 12:49:36 -05:00
Mario Rodas
75409ccee9
Merge pull request #93928 from markus1189/ddgr-1-9
ddgr: 1.8.1 -> 1.9
2020-07-28 12:28:12 -05:00
R. RyanTM
58e7ed9d56 hmmer: 3.3 -> 3.3.1 2020-07-28 16:39:23 +00:00
Peter Hoeg
1340776965
dict: look for config in /etc (#94050)
Previously it was impossible to configure dict/dictd system-wide as it
was looking for a config file in the nix store. Instead use /etc so it
becomes usable.
2020-07-28 18:12:20 +02:00
Ruud van Asseldonk
302aed5ab4 python3Packages.sentry-sdk: fix trytond dependency
Tryton is an optional dependency, if it is present, Sentry can integrate
it, but when it is not present, Sentry should not pull it in as a
propagated build input, it is only required for the tests that test this
specific integration.

In particular, pulling in trytond creates a transitive dependency on
simplejson, which makes "requests" behave differently in a way that can
break error handling.
2020-07-28 09:10:28 -07:00
Mario Rodas
c3f8d59463
Merge pull request #94086 from r-ryantm/auto-update/git-filter-repo
gitAndTools.git-filter-repo: 2.27.1 -> 2.28.0
2020-07-28 11:09:54 -05:00
Nikolay Korotkiy
b53902f535
cmake: fix CMAKE_FIND_FRAMEWORK 2020-07-28 19:05:43 +03:00
Daniël de Kok
11771fc2e9
Merge pull request #93941 from leenaars/datefudge
datefudge: 1.23 -> 1.24
2020-07-28 18:00:34 +02:00
Daniël de Kok
8a73c2808e
Merge pull request #93961 from r-ryantm/auto-update/you-get
you-get: 0.4.1432 -> 0.4.1456
2020-07-28 17:59:07 +02:00