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
Matthew Bauer
d0677e6d45
treewide: add warning comment to “boot” packages
...
This adds a warning to the top of each “boot” package that reads:
Note: this package is used for bootstrapping fetchurl, and thus cannot
use fetchpatch! All mutable patches (generated by GitHub or cgit) that
are needed here should be included directly in Nixpkgs as files.
This makes it clear to maintainer that they may need to treat this
package a little differently than others. Importantly, we can’t use
fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale
hashes, we need to include patches that are subject to changing
overtime (for instance, gitweb’s patches contain a version number at
the bottom).
2020-07-31 08:56:53 +02: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
Matthias Treydte
4ec15456b3
ccache: 3.4.1 -> 3.7.10
...
The fix-debug-prefix-map-suite patch became obsolete with upstream
commit:
82010e0eb9
The skip-fs-dependent-test patch with PR:
https://github.com/ccache/ccache/pull/444
2020-07-02 19:42:10 +02:00
Frederik Rietdijk
ae1584dc98
Merge pull request #91457 from matthewbauer/prefixed-pkg-config
...
Fixes from prefixed pkg config
2020-07-02 17:26:16 +02:00
Tim Steinbach
5fce232e3f
elfutils: 0.176 -> 0.180
2020-07-02 17:24:23 +02:00
Mario Rodas
ba67663b0a
Merge pull request #91993 from r-ryantm/auto-update/circleci-cli
...
circleci-cli: 0.1.8302 -> 0.1.8599
2020-07-02 04:23:10 -05:00
R. RyanTM
55948dff74
circleci-cli: 0.1.8302 -> 0.1.8599
2020-07-02 07:03:20 +00:00
Mario Rodas
731417253f
Merge pull request #91862 from r-ryantm/auto-update/terraform-ls
...
terraform-ls: 0.3.2 -> 0.4.0
2020-06-30 19:44:42 -05:00
Mario Rodas
58d13e99e4
Merge pull request #91861 from r-ryantm/auto-update/terracognita
...
terracognita: 0.4.0 -> 0.5.0
2020-06-30 18:20:37 -05:00
Maximilian Bosch
6c648f96e3
Merge pull request #91869 from r-ryantm/auto-update/tokei
...
tokei: 11.2.1 -> 12.0.4
2020-07-01 00:53:05 +02:00
R. RyanTM
5e8a6e42ab
tokei: 11.2.1 -> 12.0.4
2020-06-30 17:41:06 +00:00
R. RyanTM
133d5ae422
terraform-ls: 0.3.2 -> 0.4.0
2020-06-30 16:58:35 +00:00
R. RyanTM
968e1a03eb
terracognita: 0.4.0 -> 0.5.0
2020-06-30 16:51:53 +00:00
Mario Rodas
249f4ed2c5
reviewdog: 0.10.0 -> 0.10.1
...
Changelog: https://github.com/reviewdog/reviewdog/releases/tag/v0.10.1
2020-06-29 13:20:00 -05:00
Daniël de Kok
96ccfbaf44
Merge pull request #91671 from david-sawatzke/easypdkprog
...
easypdkprog: init at 1.2
2020-06-28 18:27:26 +02:00
David Sawatzke
a531363179
easypdk: init at 1.2
2020-06-28 15:32:34 +02:00
Mario Rodas
db5bbef31f
Merge pull request #91543 from r-ryantm/auto-update/cli11
...
cli11: 1.9.0 -> 1.9.1
2020-06-27 20:29:09 -05:00
R. RyanTM
4f2febba93
cli11: 1.9.0 -> 1.9.1
2020-06-26 05:07:42 +00:00
Mario Rodas
cbc29c6f72
Merge pull request #91529 from r-ryantm/auto-update/act
...
act: 0.2.9 -> 0.2.10
2020-06-25 21:48:39 -05:00
R. RyanTM
0c339237b8
act: 0.2.9 -> 0.2.10
2020-06-26 01:35:02 +00:00
Eric Dallo
aa1092809f
clojure-lsp: 20200624T134144 -> 20200624T142700
2020-06-25 18:34:47 -03:00
Matthew Bauer
3f41da9b38
strace: use host perl
...
perl needs to be in buildInputs for patchShebangs to work properly
2020-06-25 00:09:22 -04:00
zowoq
c7e61112df
treewide: remove deprecated value Application
from makeDesktopItem
2020-06-25 12:18:37 +10:00
Maximilian Bosch
39e3c15706
hydra-unstable: 2020-06-01 -> 2020-06-23
...
Fixes the build the changes from b505bf202b
.
2020-06-23 15:57:22 +02:00
Teo Klestrup Röijezon
259246cb75
travis: 1.8.11 -> 1.9.1 ( #91282 )
2020-06-22 20:47:31 +00:00
Vladimír Čunát
e3ef6f60ab
patchelf_0_9: bring this version back
2020-06-20 12:17:42 +02:00
Frederik Rietdijk
301847a7e5
Merge master into staging-next
2020-06-19 09:01:43 +02:00
Paul Myjavec
be22631154
circleci-cli: 0.1.7971 -> 0.1.8302 ( #91013 )
2020-06-18 22:30:34 -07:00
Frederik Rietdijk
4af4a49251
Merge master into staging-next
2020-06-16 18:05:38 +02:00
Jörg Thalheim
7c68f54d95
cquery: remove
2020-06-15 20:48:56 +01:00
Frederik Rietdijk
384bc1a861
Merge staging-next into staging
2020-06-15 08:29:05 +02:00
Frederik Rietdijk
59dda0a42a
Merge master into staging-next
2020-06-15 08:07:00 +02:00
John Ericson
fd4dcae884
Merge remote-tracking branch 'upstream/nixpkgs-unstable' into staging
2020-06-14 21:46:35 +00:00
Ryan Mulligan
839aad5b4f
Merge pull request #90110 from r-ryantm/auto-update/pkgconf
...
pkgconf-unwrapped: 1.7.0 -> 1.7.3
2020-06-14 06:07:09 -07:00
R. RyanTM
6b8e83428a
circleci-cli: 0.1.7868 -> 0.1.7971
2020-06-14 11:37:17 +00:00
Vladimír Čunát
e1b93806ba
autogen: try fixing on darwin
...
and cause no rebuild elsewhere.
In commit 2988780
I forgot that patchelf makes no sense there.
2020-06-14 09:11:14 +02:00
Frederik Rietdijk
2e4b4e3300
Merge staging-next into staging
2020-06-13 11:03:26 +02:00
Frederik Rietdijk
1523382160
Merge master into staging-next
2020-06-13 11:02:21 +02:00
Martin Baillie
66dcfc613e
terraform-ls: init at 0.3.2
...
Signed-off-by: Martin Baillie <martin@baillie.email>
2020-06-12 20:35:06 +10:00
R. RyanTM
44089bebbf
pkgconf-unwrapped: 1.7.0 -> 1.7.3
2020-06-11 00:55:56 +00:00
Domen Kožar
eac3aebb90
Merge pull request #89927 from domenkozar/patchelf-stag
...
patchelf: 0.9 -> 0.11
2020-06-10 10:13:09 +02:00
Vladimír Čunát
16024fcaec
Merge branch 'staging-next' into staging
...
In particular, this fixes ISO evaluation.
2020-06-10 09:42:36 +02:00
Vladimír Čunát
6e9bb30566
Merge branch 'master' into staging-next
...
In particular, this fixes ISO evaluation.
2020-06-10 09:41:53 +02:00
Vladimír Čunát
2988780eb5
autogen: 5.18.12 -> 5.18.16
...
I re-checked that pkgsCross.aarch64-multiplatform.autogen builds.
https://github.com/NixOS/nixpkgs/pull/89388#issuecomment-639155770
2020-06-10 08:31:25 +02:00
Ryan Mulligan
fdb2ca58c2
Merge pull request #89873 from r-ryantm/auto-update/tokei
...
tokei: 11.2.0 -> 11.2.1
2020-06-09 20:46:52 -07:00
Jan Tojnar
acb53e0698
Merge branch 'staging-next' into staging
2020-06-10 04:10:57 +02:00
Jan Tojnar
c637cbe992
Merge branch 'master' into staging-next
2020-06-10 04:10:34 +02:00
Domen Kožar
d020ee07cd
patchelf: 0.9 -> 0.11
2020-06-09 17:36:57 +02:00
Eelco Dolstra
51e8a82f1e
Merge pull request #89297 from Ma27/bump-hydra
...
hydra-unstable: 2020-04-16 -> 2020-06-01
2020-06-09 11:19:47 +02:00
R. RyanTM
58b060591d
tokei: 11.2.0 -> 11.2.1
2020-06-09 03:34:19 +00:00
Frederik Rietdijk
8576d24b2a
Merge staging-next into staging
2020-06-08 12:08:51 +02:00
Frederik Rietdijk
dc33419285
Merge master into staging-next
2020-06-08 12:06:12 +02:00