Benjamin Hipple
f715d5a341
Merge pull request #94383 from r-ryantm/auto-update/ccache
...
ccache: 3.7.10 -> 3.7.11
2020-07-31 21:11:30 -04:00
R. RyanTM
b66b16420c
ccache: 3.7.10 -> 3.7.11
2020-07-31 21:13:49 +00:00
Mario Rodas
bb75c646ef
Merge pull request #94322 from r-ryantm/auto-update/terracognita
...
terracognita: 0.5.0 -> 0.5.1
2020-07-31 07:08:40 -05:00
Mario Rodas
e33b74add0
Merge pull request #94324 from r-ryantm/auto-update/terraform-ls
...
terraform-ls: 0.4.0 -> 0.5.4
2020-07-31 07:07:03 -05:00
R. RyanTM
b8d60df8dd
terraform-ls: 0.4.0 -> 0.5.4
2020-07-31 11:16:03 +00:00
R. RyanTM
229ac0080f
terracognita: 0.5.0 -> 0.5.1
2020-07-31 11:09:07 +00:00
Evan Stoll
54e20c2361
pythonPackages.gdbgui: 0.13.2.0 -> 0.13.2.1
...
- add eventlet to propagatedBuildInputs
- add homepage
- add gevent-websocket to propagatedBuildInputs
Without gevent-websocket, this message is printed on start:
"WARNING - WebSocket transport not available.
Install gevent-websocket for improved performance."
- Add gevent-websocket to propagatedBuildInputs to suppress the error
message and supposedly improve performance
2020-07-31 00:46:59 -07:00
zowoq
3c5750d1cd
buildGoModule packages: editorconfig fixes
2020-07-31 13:58:04 +10:00
Maximilian Bosch
821193277b
Merge pull request #93945 from ivan/hydra-unstable-fix
...
hydra-unstable: 2020-06-23 -> 2020-07-28
2020-07-30 23:46:57 +02:00
Will Dietz
4d8b20f568
lit: 0.9.0 -> 0.10.0
2020-07-29 00:53:47 -05:00
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
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
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
R. RyanTM
7ab5669bb9
elfinfo: 1.0.1 -> 1.1.0
2020-07-28 08:18:54 +00:00
Mario Rodas
67de12f991
linuxkit: use buildFlagsArray
2020-07-27 16:20:00 -05:00
R. RyanTM
405d540652
linuxkit: 0.7 -> 0.8
2020-07-27 19:30:08 +00:00
Vladimír Čunát
2b7c0dcdaa
Merge branch 'staging-next'
...
Rebuild on Hydra seems OK-ish.
mongodb.nix needed some conflict resolution (scons versions);
all four versions seem to build fine.
2020-07-25 16:18:40 +02:00
Jörg Thalheim
af854940a6
Merge pull request #93750 from r-ryantm/auto-update/pwndbg
2020-07-24 17:24:08 +01:00
Martin Weinelt
579539103c
Merge pull request #93760 from r-ryantm/auto-update/tockloader
...
tockloader: 1.4.0 -> 1.5.0
2020-07-24 13:01:20 +02:00
R. RyanTM
aecafd476e
tockloader: 1.4.0 -> 1.5.0
2020-07-24 10:49:45 +00:00
R. RyanTM
069700e482
pwndbg: 2019.12.09 -> 2020.07.23
2020-07-24 07:59:14 +00:00
R. RyanTM
b48de3b039
nix-build-uncached: 0.1.1 -> 1.0.0
2020-07-24 05:29:10 +00:00
Vladimír Čunát
7a5c6fee0f
Merge branch 'master' into staging-next
...
Some rebuilds, e.g. all of haskell.
Hydra nixpkgs: ?compare=1601713
2020-07-22 08:37:19 +02:00
Mario Rodas
127634e4af
Merge pull request #93554 from r-ryantm/auto-update/cproto
...
cproto: 4.7o -> 4.7p
2020-07-20 19:42:18 -05:00
Mario Rodas
849868fcb5
cproto: enable on darwin
2020-07-20 18:43:19 -05:00
R. RyanTM
d59fa641b0
cproto: 4.7o -> 4.7p
2020-07-20 20:28:15 +00:00
R. RyanTM
65e6e68316
fswatch: 1.14.0 -> 1.15.0
2020-07-20 05:25:54 +00:00
Jan Tojnar
83442a3533
Merge branch 'master' into staging-next
2020-07-20 02:16:21 +02:00
Vladimír Čunát
956f3224fe
Merge #92128 : wayland: documentation outputs (in staging)
2020-07-19 10:03:34 +02:00
Justin Gerhardt
2370ca0b26
stm32cubemx: 5.3.0 -> 5.6.1
2020-07-16 01:54:41 -04:00
Jan Tojnar
821dba740e
Merge branch 'staging-next' into staging
2020-07-15 09:29:01 +02:00
David Sawatzke
705dbe002d
easypdkprog: 1.2 -> 1.3
2020-07-14 14:25:50 +02:00
Jonas Schievink
720a9358dd
nrfutil: 5.2 -> 6.1
2020-07-13 23:25:43 +02:00
Frederik Rietdijk
a3a40ac7cc
Merge staging-next into staging
2020-07-11 09:00:18 +02:00
Frederik Rietdijk
ae8eee9c3f
Merge master into staging-next
2020-07-11 08:59:54 +02:00
David Guibert
b92c2c666c
Update cross-tools-flags.patch
2020-07-10 08:07:35 +02:00
David Guibert
a2eb391e8f
fix pkgsCross.*.texinfoInteractive
...
This fixes #86166 to build cross compilied texinfoInteractive.
BUILD_CC has been renamed to CC_FOR_BUILD so the patch needs to applied
this renaming.
tested on: pkgsCross.armv7l-hf-multiplatform.texinfoInteractive
2020-07-09 17:19:09 +02:00
Daniël de Kok
d915b7223a
Merge pull request #92657 from CRTified/pkg/cc-tool
...
cc-tool: Init at unstable-2020-05-19
2020-07-08 14:16:30 +02:00
CRTified
cc1fadf581
cc-tool: init at unstable-2020-05-19
2020-07-08 13:30:53 +02:00
Jörg Thalheim
ad3140e898
Merge pull request #92470 from ericdallo/bump-clojure-lsp
...
clojure-lsp: 20200624T142700 -> 20200706T152722
2020-07-06 22:57:20 +01:00
Daniël de Kok
f4dce8e967
Merge pull request #91634 from bmilanov/submit/add-nxp-mfgtools
...
nxpmicro-mfgtools: init at 1.3.191
2020-07-06 20:59:50 +02:00
Biser Milanov
cb2ab83d3e
nxpmicro-mfgtools: init at 1.3.191
...
Add nxpmicro-mfgtools to nixpkgs
From the project's homepage [1]:
Freescale/NXP I.MX Chip image deploy tools.
The project's only binary and library at the moment is UUU. NXP
might add more in the future, so making the package name:
nxpmicro-mfgtools
instead of:
nxp-uuu
or something similar.
[1]: https://github.com/NXPmicro/mfgtools
2020-07-06 20:43:14 +02:00
Matthew Bauer
89d4142fc8
Merge pull request #92416 from matthewbauer/fix-elfutils
...
Fix elfutils
2020-07-06 12:27:27 -04:00
Eric Dallo
e8a734c6c8
clojure-lsp: 20200624T142700 -> 20200706T152722
2020-07-06 12:52:34 -03:00
Matthew Bauer
80ca70b0e1
elfutils: add argp-standalone for musl
...
https://hydra.nixos.org/build/123111192
2020-07-06 01:51:46 -04:00
R. RyanTM
9beef71b32
help2man: 1.47.15 -> 1.47.16
2020-07-06 03:57:53 +02:00
Vladimír Čunát
e1206a2129
Merge master into staging-next
...
This brings thousands of rebuilds.
Hydra nixpkgs: ?compare=1597944
2020-07-04 09:15:27 +02:00
Saúl Cabrera
a45b66e3d9
asls: init at 0.4.0
2020-07-03 18:19:04 -04:00
Alyssa Ross
57f3c834bc
automake115x: 1.15 -> 1.15.1
2020-07-03 03:36:42 +00:00
Daniël de Kok
805ab8c14f
Merge pull request #91589 from waldheinz/master
...
ccache: 3.4.1 -> 3.7.10
2020-07-02 20:18:43 +02:00