Commit Graph

4615 Commits

Author SHA1 Message Date
github-actions[bot]
c4fd2a8f99
Merge master into staging-next 2021-09-18 00:01:33 +00:00
figsoda
f161c5f33f
Merge pull request #138039 from trofi/cvise-shebang
cvise: use /bin.bash from nix store
2021-09-17 14:35:26 -04:00
Eric Dallo
ff7905256c
clojure-lsp: 2021.09.04-17.11.44 -> 2021.09.13-22.25.35 2021-09-17 12:43:53 -03:00
j-hui
29a24106be saleae-logic-2: 2.3.33 -> 2.3.37 2021-09-16 22:09:06 -04:00
j-hui
6acd4f5b5a saleae-logic-2: add lib dependencies 2021-09-16 22:08:59 -04:00
github-actions[bot]
9905c2647a
Merge staging-next into staging 2021-09-16 18:01:40 +00:00
figsoda
23d26b0338
Merge pull request #137936 from r-burns/ccache
ccache: disable flaky test
2021-09-16 08:09:43 -04:00
github-actions[bot]
52ebc93c96
Merge staging-next into staging 2021-09-16 06:01:54 +00:00
Mario Rodas
2457b08e8d
Merge pull request #138077 from r-ryantm/auto-update/terracognita
terracognita: 0.7.2 -> 0.7.3
2021-09-15 20:44:27 -05:00
R. RyanTM
159c59a6b9 terracognita: 0.7.2 -> 0.7.3 2021-09-16 00:09:07 +00:00
github-actions[bot]
6a10b23c61
Merge staging-next into staging 2021-09-16 00:02:05 +00:00
Sergei Trofimovich
5cc72dbec4 cvise: use /bin.bash from nix store
Noticed failures as an incorrect handling of `--command` param:

    $ cvise --command="gcc -c bug.c |& fgrep 'during RTL pass: expand'" bug.c
    C-Vise cannot run because the interestingness test does not return
    zero.

This happens because temporary shell script has "#!/bin/bash" shebang.

The change replaces it to path from nix store.
2021-09-15 19:20:28 +01:00
Alyssa Ross
ea1775eeee
strace: remove strace-graph stuff
strace-graph is no longer installed as of strace v5.11[1].  The perl
build input was only needed for the patchShebangs line, but was
causing pkgsStatic.strace to fail to build since pkgsStatic.perl is
currently broken[2].

[1]: 5685c0d033
[2]: https://github.com/NixOS/nixpkgs/pull/133851#issuecomment-920220593
2021-09-15 17:53:51 +00:00
github-actions[bot]
636ebe3a72
Merge staging-next into staging 2021-09-15 06:01:54 +00:00
github-actions[bot]
5663f4625d
Merge master into staging-next 2021-09-15 06:01:20 +00:00
R. RyanTM
f4383bcab4 terraformer: 0.8.15 -> 0.8.16 2021-09-15 01:07:35 +00:00
Ryan Burns
f38d014b87 ccache: disable flaky test
test.trim_dir has transient failures, currently assumed to be
filesystem-specific as it fails on Linux systems using ZFS and on macOS (HFS+).
2021-09-14 18:01:57 -07:00
Eric Dallo
d7f0ec1d46
clojure-lsp: Add updateScript 2021-09-14 11:26:21 -03:00
github-actions[bot]
79a728d821
Merge staging-next into staging 2021-09-14 00:01:57 +00:00
github-actions[bot]
1db0c42d5a
Merge master into staging-next 2021-09-14 00:01:23 +00:00
Benjamin Staffin
3d0c3e9fca
arcanist: generate & install bash-completion (#122596)
* arcanist: generate & install bash-completion

Arcanist only supports bash for shell-completion as of 20200711,
otherwise I would include zsh and/or fish here.

upstream discussion of zsh non-support: https://secure.phabricator.com/D19700

* arcanist: apply nixpkgs-hammering recommendations

* arcanist: obey makeFlags/makeFlagsArray/NIX_BUILD_CORES
2021-09-13 15:01:51 -04:00
github-actions[bot]
dfd1161f35
Merge staging-next into staging 2021-09-13 00:02:22 +00:00
github-actions[bot]
ac962ee61a
Merge master into staging-next 2021-09-13 00:01:41 +00:00
R. RyanTM
81439e7178 php74Extensions.blackfire: 1.53.0 -> 1.66.0 2021-09-13 01:27:24 +02:00
Eric Dallo
7ed75bfa95
clojure-lsp: 2021.07.12-12.30.59 -> 2021.09.04-17.11.44 2021-09-12 13:35:03 -03:00
github-actions[bot]
d370d9ee99
Merge staging-next into staging 2021-09-11 18:01:51 +00:00
github-actions[bot]
c435b0e35f
Merge master into staging-next 2021-09-11 18:01:16 +00:00
Kira Bruneau
2902a7921b ccache: 4.4 → 4.4.1 2021-09-11 10:55:11 -04:00
toonn
95a966c5b2 gnum4: Drop Darwin secure format patch
This patch is no longer necessary because upstream has dealt with the
problem.
2021-09-07 00:36:09 +09:00
Martin Weinelt
7f732aca66 Revert "Merge remote-tracking branch 'origin/python-unstable' into staging-next"
This reverts commit b041b2e1b2, reversing
changes made to 5b6c2380ad.
2021-09-05 15:02:25 +02:00
Martin Weinelt
b041b2e1b2 Merge remote-tracking branch 'origin/python-unstable' into staging-next 2021-09-05 14:51:26 +02:00
Emery Hemingway
766671c7fd nimlsp: convert to buildNimPackage 2021-09-05 11:20:01 +02:00
joachimschmidt557
67d7eb07c5
intel-gpu-tools: 1.25 -> 1.26 2021-09-04 20:58:52 +02:00
José Luis Lafuente
063fde8848
polylith: 0.1.0-alpha9 -> 0.2.12-alpha
Use jdk instead of jre (jre is an alias for jdk since java9)

Split installPhase to make it more readable
2021-09-03 18:43:40 +02:00
github-actions[bot]
a3786b8b62
Merge staging-next into staging 2021-09-03 12:01:40 +00:00
github-actions[bot]
ce434a97e2
Merge master into staging-next 2021-09-03 12:01:06 +00:00
Michael Raskin
e4f82b3722
Merge pull request #136507 from teto/luarocks-completion
luarocks: add bash/zsh completion
2021-09-03 06:02:00 +00:00
Matthieu Coudron
a9667fc80f luarocks: add bash/zsh completion 2021-09-02 22:57:06 +02:00
github-actions[bot]
43fc404470
Merge staging-next into staging 2021-09-02 18:01:53 +00:00
github-actions[bot]
0630061ef3
Merge master into staging-next 2021-09-02 18:01:20 +00:00
Maximilian Bosch
35f292e38e strace: 5.13 -> 5.14
ChangeLog: https://github.com/strace/strace/releases/tag/v5.14
2021-09-02 12:48:42 +00:00
github-actions[bot]
3c861fffc2
Merge staging-next into staging 2021-09-02 12:01:43 +00:00
github-actions[bot]
3cc5df2052
Merge master into staging-next 2021-09-02 12:01:09 +00:00
Pascal Wittmann
f2e41e8b1b
Merge pull request #135116 from r-ryantm/auto-update/yodl
yodl: 4.03.02 -> 4.03.03
2021-09-02 10:41:16 +02:00
github-actions[bot]
af292b1cdd
Merge staging-next into staging 2021-09-01 12:01:50 +00:00
github-actions[bot]
b2f58ca11e
Merge master into staging-next 2021-09-01 12:01:15 +00:00
Matthieu Coudron
b4e6ec08f4
Merge pull request #134336 from teto/luarocks-rockspec-relpath
lua updater: support in-repo rockspecs
2021-09-01 10:31:14 +02:00
Alyssa Ross
c13cf1e76f
Merge remote-tracking branch 'nixpkgs/master' into staging-next 2021-09-01 07:47:01 +00:00
Matthieu Coudron
e62a0eac8f buildLuarocksPackage: cleanup 2021-08-31 22:16:28 +02:00
happysalada
6f28a718e5 kibana update nodejs 10 -> 14 2021-08-31 09:06:13 +09:00
happysalada
159be7791c logstash: fix download url
Update pkgs/tools/misc/logstash/7.x.nix

Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>

Update pkgs/tools/misc/logstash/7.x.nix

Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>
2021-08-31 09:06:13 +09:00
happysalada
f9321de0f3 elk7: 7.5.1 -> 7.10.2
Update pkgs/development/tools/misc/kibana/7.x.nix

Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>

Update pkgs/servers/search/elasticsearch/7.x.nix

Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>

Update pkgs/servers/search/elasticsearch/7.x.nix

Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>

Update pkgs/development/tools/misc/kibana/7.x.nix

Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>
2021-08-31 09:06:13 +09:00
happysalada
4a2d9eb0fe kibana: nixpkgs-fmt 2021-08-31 09:06:13 +09:00
Joseph Crail
db4b3ef15a
dwz: init at 0.14 (#136078) 2021-08-30 18:27:43 -05:00
Matthieu Coudron
1d22aed041 luarocks-nix: bumped luarocks-nix
this new version removes support of src.rock but now supports rockspecs embedded in a repo. The goal is to be able to support neovim plugins that provide a rockspec, even when they are not registered on luarocks.
2021-08-31 01:01:56 +02:00
Matthieu Coudron
15e5c92495 luaPackages: update 2021-08-31 00:07:28 +02:00
github-actions[bot]
47adaf1d8d
Merge staging-next into staging 2021-08-30 18:01:37 +00:00
Martin Weinelt
e2575c7de1
Merge branch 'master' into staging-next 2021-08-30 16:08:03 +02:00
Alyssa Ross
0f5094de5d lttng-tools: 2.11.0 -> 2.13.0; clarify license
Also enable parallel building; tested at -j48.
2021-08-30 10:11:22 +00:00
Alyssa Ross
ab2501bd17 lttng-ust: 2.10.5 -> 2.13.0; clarify license
Also enable parallel building; tested at -j48.
2021-08-30 10:11:22 +00:00
Dmitry Bogatov
4fdee57420
gnum4: 1.4.18 -> 1.4.19 (#136037)
Co-authored-by: Dmitry Bogatov <git#v1@kaction.cc>
2021-08-29 20:06:51 -04:00
github-actions[bot]
b7f2a7d1ba
Merge master into staging-next 2021-08-28 00:01:34 +00:00
R. RyanTM
1cb0ebd2e2 c2ffi: unstable-2021-04-15 -> unstable-2021-06-15 2021-08-27 19:49:53 +00:00
R. RyanTM
fd9cd1d950 blackfire: 1.46.0 -> 1.49.4 2021-08-27 19:44:17 +00:00
github-actions[bot]
ad3f4eefab
Merge master into staging-next 2021-08-27 18:01:20 +00:00
Mario Rodas
ae88f7e368
Merge pull request #135531 from 06kellyjac/terraform-ls
terraform-ls: 0.20.1 -> 0.21.0
2021-08-27 07:30:38 -05:00
Arthur Gautier
581cff2136 gdb: adds support for debuginfod
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-08-27 04:11:38 +00:00
github-actions[bot]
b13b005f0e
Merge master into staging-next 2021-08-26 12:01:09 +00:00
zowoq
13ea123c74 treewide: buildFlagsArray -> ldflags 2021-08-26 21:35:06 +10:00
github-actions[bot]
572dfaae2c
Merge master into staging-next 2021-08-26 06:01:19 +00:00
zowoq
e6494966dd treewide: buildFlagsArray -> ldflags 2021-08-26 15:43:28 +10:00
Vladimír Čunát
70e05c1003
Merge branch 'master' into staging-next 2021-08-25 19:42:15 +02:00
Maximilian Bosch
f13997ff31
jiq: 0.7.1 -> 0.7.2
ChangeLog: https://github.com/fiatjaf/jiq/releases/tag/v0.7.2
2021-08-25 12:30:11 +02:00
Sergei Trofimovich
0cc67d775f
ccache: 4.3 -> 4.4 (#135527)
Added `test.trim_dir` to exclude list on Darwin as reported by @r-burns.
2021-08-24 21:02:32 -04:00
06kellyjac
5e053d9d79 terraform-ls: 0.20.1 -> 0.21.0 2021-08-24 10:14:33 +01:00
github-actions[bot]
929f19508c
Merge staging-next into staging 2021-08-23 18:01:39 +00:00
Artturi
71b82c1094
Merge pull request #135389 from r-ryantm/auto-update/unused
unused: 0.2.2 -> 0.2.3
2021-08-23 17:20:55 +03:00
Jan Tojnar
4ff3577f25 Merge branch 'staging-next' into staging 2021-08-23 14:19:54 +02:00
R. RyanTM
f28a7c499a unused: 0.2.2 -> 0.2.3 2021-08-23 06:28:00 +00:00
Mario Rodas
9711fddc58
Merge pull request #135333 from r-ryantm/auto-update/terracognita
terracognita: 0.7.1 -> 0.7.2
2021-08-22 18:45:36 -05:00
R. RyanTM
02ac43e5ed terracognita: 0.7.1 -> 0.7.2 2021-08-22 19:43:30 +00:00
Mario Rodas
5a6906b0e7 grpc-tools: 1.10.0 -> 1.11.2 2021-08-22 13:36:20 -05:00
Mario Rodas
e18fd1862a
Merge pull request #135268 from r-ryantm/auto-update/reviewdog
reviewdog: 0.12.0 -> 0.13.0
2021-08-22 11:02:57 -05:00
R. RyanTM
9a6323d16a reviewdog: 0.12.0 -> 0.13.0 2021-08-22 12:13:50 +00:00
github-actions[bot]
42f8c46335
Merge staging-next into staging 2021-08-22 12:01:56 +00:00
R. RyanTM
ba5c69bf04 terraformer: 0.8.11 -> 0.8.15 2021-08-22 05:19:58 +00:00
R. RyanTM
d7ed8cf0cc yodl: 4.03.02 -> 4.03.03 2021-08-21 21:03:14 +00:00
R. RyanTM
8c53e23be1 circleci-cli: 0.1.15824 -> 0.1.15848 2021-08-21 12:08:31 +00:00
Sandro
70f18928af
Merge pull request #133639 from lsix/add-sourcehighlight-to-gdb
gdb: Add source-highlight dependency.
2021-08-21 12:05:49 +02:00
John Ericson
7195e6008a
Merge pull request #132538 from sternenseemann/has-gold
binutils-unwrapped: expose if built with ld.gold
2021-08-20 21:12:20 -04:00
Bernardo Meurer
6336a2cc3d
Merge pull request #134195 from jtojnar/binutils-gold-props
binutils: try to fix plv8 build
2021-08-18 20:29:22 +00:00
github-actions[bot]
2341511023
Merge staging-next into staging 2021-08-18 00:01:59 +00:00
github-actions[bot]
893d6605ee
Merge master into staging-next 2021-08-18 00:01:24 +00:00
sternenseemann
4c75874560 binutils-unwrapped: expose if built with ld.gold
ld.gold is “A new, faster, ELF only linker”. Thus we only should pass
the configure flag --with-gold if our target platform will actually
support gold (in which case binutil's configure script silently
disables it).

With this change, not only will configureFlags represent the actual
configuration more closely, but we can also expose if the binutils
derivation contains ld.gold via a passthru attr. Specifically this
means that:

    nix-repl> pkgsCross.mingwW64.stdenv.cc.bintools.bintools.hasGold
    false

The intended way to use this is to check
`stdenv.cc.bintools.bintools or false` which returns accurate results
regardless of the actual linker derivation.

TODO: maybe also add hasGold to binutils wrapper as it also symlinks
ld.gold in?
2021-08-18 01:21:44 +02:00
Artturi
ba62a838ef
Merge pull request #134100 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.15801 -> 0.1.15824
2021-08-17 22:01:35 +03:00
github-actions[bot]
ef802e744e
Merge staging-next into staging 2021-08-17 18:01:53 +00:00
github-actions[bot]
ad00d57d02
Merge master into staging-next 2021-08-17 18:01:12 +00:00
Jörg Thalheim
a698d2d5fb
Merge pull request #134468 from r-ryantm/auto-update/pwndbg
pwndbg: 2020.07.23 -> 2021.06.22
2021-08-17 18:35:43 +01:00
Jan Tojnar
e286e1cfa0 Merge branch 'staging-next' into staging
- boost 167 removed on staging-next (7915d1e03f) × boost attributes are inherited on staging (d20aa4955d)

- linux kernels were moved to linux-kernels.nix on staging-next (c62f911507) × hardened kernels are versioned on staging (a5341beb78) + removed linux_5_12 (e55554491d)

- conflict in node-packages – I regenerated it using node2nix from nixos-unstable (does not build on staging)
2021-08-17 18:52:37 +02:00
R. RyanTM
dce69cf8b8 pwndbg: 2020.07.23 -> 2021.06.22 2021-08-17 15:48:28 +00:00
github-actions[bot]
cb937d70cd
Merge master into staging-next 2021-08-16 18:01:13 +00:00
Sandro
81ae5c9745
Merge pull request #134284 from j-hui/saleae-logic-2 2021-08-16 16:53:33 +02:00
j-hui
3a9a6863a7 saleae-logic-2: init at 2.3.33 2021-08-16 10:33:12 -04:00
Pooya Moradi
832cdd2850 cc-tool: move the directory to pkgs/development/embedded/ 2021-08-16 15:30:05 +04:30
Pooya Moradi
4ed61ca8bc uisp: move the directory to pkgs/development/embedded/ 2021-08-16 15:30:05 +04:30
Pooya Moradi
61b0840054 gputils: move the directory to pkgs/development/embedded/ 2021-08-16 15:30:04 +04:30
Pooya Moradi
fd49ef2d0a bossa: move the directory to pkgs/development/embedded/ 2021-08-16 15:30:04 +04:30
Pooya Moradi
7a069de468 teensy-loader-cli: move the directory to pkgs/development/embedded/ 2021-08-16 15:30:04 +04:30
Pooya Moradi
f60a6512a3 easypdkprog: move the directory to pkgs/development/embedded/ 2021-08-16 15:30:03 +04:30
Pooya Moradi
5a87ddfe64 avrdude: move the directory to pkgs/development/embedded/ 2021-08-16 15:30:03 +04:30
Pooya Moradi
87c7e516bd tinyprog: move the directory to pkgs/development/embedded/fpga/ 2021-08-16 15:30:02 +04:30
Pooya Moradi
5e0993a300 apio: move the directory to pkgs/development/embedded/fpga/ 2021-08-16 15:30:02 +04:30
Pooya Moradi
d8041d2084 xc3sprog: move the directory to pkgs/development/embedded/ 2021-08-16 15:30:00 +04:30
Pooya Moradi
bef288e84e stm32cubemx: move the directory to pkgs/development/embedded/stm32/ 2021-08-16 15:30:00 +04:30
Pooya Moradi
8eec22ea67 fujprog: move the directory to pkgs/development/embedded/fpga/ 2021-08-16 15:29:59 +04:30
Pooya Moradi
6d250116f7 openfpgaloader: move the directory to pkgs/development/embedded/fpga/ 2021-08-16 15:29:59 +04:30
Pooya Moradi
4c16ff4e4a stm32flash: move the directory to pkgs/development/embedded/stm32/ 2021-08-16 15:29:58 +04:30
Pooya Moradi
1b76de8268 blackmagic: move the directory to pkgs/development/embedded/ 2021-08-16 15:29:57 +04:30
Pooya Moradi
ff1c9635cb openocd: move the directory to pkgs/development/embedded/ 2021-08-16 15:29:56 +04:30
github-actions[bot]
e9080dd5e3
Merge staging-next into staging 2021-08-16 00:02:02 +00:00
github-actions[bot]
c73393b6c7
Merge master into staging-next 2021-08-16 00:01:22 +00:00
R. RyanTM
5196c7809b openfpgaloader: 0.2.6 -> 0.5.0 2021-08-15 16:04:40 +00:00
Jan Tojnar
29be3a3f05 binutils: try to fix plv8 build
Backport patch from 2.36 so that gold can succeed in linking programs without complaining
unknown program property type 0xc0008002 in .note.gnu.property section

Should fix: https://github.com/NixOS/nixpkgs/issues/134190
2021-08-15 15:08:46 +02:00
R. RyanTM
2eef3f816f circleci-cli: 0.1.15801 -> 0.1.15824 2021-08-15 02:26:38 +00:00
Jan Tojnar
cdb1d29692 Merge branch 'staging-next' into staging 2021-08-14 14:43:16 +02:00
Jan Tojnar
0aa35561e7 Merge branch 'master' into staging-next 2021-08-14 12:53:07 +02:00
Simone Mosciatti
efbeb4ee5b autogen: fix patchelf invocation to remove generic build path from rpath
Co-authored-by: Ryan Burns <rtburns@protonmail.com>
2021-08-12 18:57:39 -07:00
Lancelot SIX
8a859eca1f gdb: Add source-highlight dependency. 2021-08-12 18:13:48 +01:00
Sandro Jäckel
25a3842f06
automake: switch to pname + version 2021-08-12 18:16:30 +02:00
R. RyanTM
0b420d2afb circleci-cli: 0.1.15663 -> 0.1.15801 2021-08-12 01:55:34 +00:00
github-actions[bot]
050043b985
Merge staging-next into staging 2021-08-12 00:02:09 +00:00
Vladimír Čunát
d7b8d5e15a
Revert "automake: 1.16.3 -> 1.16.4"
This reverts commit 46306d2971.
2021-08-11 23:15:49 +02:00
github-actions[bot]
7ae0b00541
Merge staging-next into staging 2021-08-11 18:01:46 +00:00
github-actions[bot]
234c0d62da
Merge master into staging-next 2021-08-11 18:01:11 +00:00
Jan Tojnar
807d3ec359 Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/tools/misc/t1utils/default.nix
2021-08-11 16:34:11 +02:00
Jan Tojnar
4e7e464ae8 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/tools/system/sg3_utils/default.nix
2021-08-11 16:22:42 +02:00
Maximilian Bosch
9c6dc5d264
hydra-unstable: add missing perl deps 2021-08-11 11:35:57 +02:00
happysalada
247b53f484 hydra-unstable: 2021-05-03 -> 2021-08-11 2021-08-11 15:14:48 +09:00
06kellyjac
e9badbf414 terraform-ls: 0.20.0 -> 0.20.1 2021-08-10 10:40:07 +01:00
github-actions[bot]
b5c5e89029
Merge staging-next into staging 2021-08-08 18:01:36 +00:00
github-actions[bot]
610ef47b20
Merge master into staging-next 2021-08-08 18:01:03 +00:00
Mario Rodas
84f5a2e5e5
Merge pull request #133101 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.15149 -> 0.1.15663
2021-08-08 07:01:48 -05:00
github-actions[bot]
d0ec39b297
Merge staging-next into staging 2021-08-08 12:01:35 +00:00
github-actions[bot]
0b7e5da7bd
Merge master into staging-next 2021-08-08 12:01:04 +00:00
Sandro
e91d8ff7ec
Merge pull request #132913 from jtojnar/teensy41-loader
teensy-loader-cli: 2.1.20191110 → 2.1+unstable=2021-04-10
2021-08-08 12:40:08 +02:00
R. RyanTM
23cedc3088 circleci-cli: 0.1.15149 -> 0.1.15663 2021-08-08 08:55:26 +00:00
github-actions[bot]
c47bdfa71a
Merge staging-next into staging 2021-08-08 06:01:51 +00:00
github-actions[bot]
825ed68c05
Merge master into staging-next 2021-08-08 06:01:18 +00:00
Artturi
97b28be52c
Merge pull request #117288 from r-ryantm/auto-update/cproto
cproto: 4.7r -> 4.7s
2021-08-08 03:50:59 +03:00
Jan Tojnar
fceabc3a38 teensy-loader-cli: 2.1.20191110 → 2.1+unstable=2021-04-10
Add support for Teensy 4.1.

Also clean the expression up a bit.
2021-08-06 18:23:36 +02:00
Vladimír Čunát
8ab6ba6b1c
Merge branch 'staging-next' into staging 2021-08-06 09:14:57 +02:00
github-actions[bot]
a7d7790dd5
Merge master into staging-next 2021-08-06 06:01:01 +00:00
zowoq
2fb8be0756 editorconfig-checker: buildFlagsArray -> ldflags 2021-08-06 10:54:38 +10:00
github-actions[bot]
cb64ec05dd
Merge master into staging-next 2021-08-05 18:03:00 +00:00
Sandro
07b95e9187
Merge pull request #131570 from Luflosi/update/apio
apio: 0.7.5 -> 0.7.6
2021-08-05 16:21:16 +02:00
Domen Kožar
46398325f5 patchelf: 0.12 -> 0.13 2021-08-05 16:15:36 +02:00
github-actions[bot]
ce5c8b5ed6
Merge master into staging-next 2021-08-04 00:01:27 +00:00
Sandro Jäckel
d4e9b89eca
act: 0.2.23 -> 0.2.24 2021-08-03 20:07:42 +02:00
github-actions[bot]
9a482b20d8
Merge master into staging-next 2021-08-02 18:01:25 +00:00
06kellyjac
463edc0d40 terraform-ls: 0.19.1 -> 0.20.0 2021-08-02 14:13:42 +01:00
github-actions[bot]
b6c7761af6
Merge master into staging-next 2021-07-30 12:01:12 +00:00
Matthieu Coudron
bed52081e5
Merge pull request #132004 from teto/luarocks-nix-bump
Luarocks nix bump
2021-07-30 11:17:43 +02:00
Matthieu Coudron
9a70fbc593 luarocks-nix: nix_v3.5.0 -> nix_v3.5.0-1
that changes some rules as how to normalize nix names
2021-07-30 00:32:16 +02:00
github-actions[bot]
391c51a79d
Merge master into staging-next 2021-07-29 12:01:14 +00:00
Sandro
5e016bba67
Merge pull request #131904 from rissson/aviator
aviator: init at 1.8.1
2021-07-29 11:20:07 +00:00
Sandro
05f18a1ea6
Merge pull request #131907 from rissson/spruce
spruce: init at 1.28.0
2021-07-29 09:39:35 +00:00
R. RyanTM
46306d2971 automake: 1.16.3 -> 1.16.4 2021-07-29 10:49:24 +02:00
Frederik Rietdijk
8dcfe523f7
Merge pull request #131719 from FRidh/python2-to-3
Python: further migrate packages from 2 to 3
2021-07-29 10:49:00 +02:00
Marc 'risson' Schmitt
7c59c68335
spruce: init at 1.28.0
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-07-29 02:44:08 +02:00
github-actions[bot]
4fc7a31edb
Merge master into staging-next 2021-07-29 00:01:33 +00:00
Marc 'risson' Schmitt
b808c136bd
aviator: init at 1.8.1
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-07-29 02:00:42 +02:00
Franz Pletz
1112f62a4a
Merge pull request #131325 from angustrau/qtspim
qtspim: init at 9.1.22
2021-07-28 21:46:46 +02:00
Franz Pletz
e6af83e346
Merge pull request #131419 from angustrau/xxgdb
xxgdb: init at 1.12
2021-07-28 21:46:09 +02:00
Franz Pletz
842e5428b9
Merge pull request #131417 from angustrau/xspim
xspim: init at 9.1.22
2021-07-28 21:43:39 +02:00
Franz Pletz
433e89d7b4
Merge pull request #131540 from angustrau/ddd
ddd: fix desktop icon
2021-07-28 21:36:47 +02:00
github-actions[bot]
6fcda9f1ec
Merge master into staging-next 2021-07-28 18:01:16 +00:00
Pavol Rusnak
37e24aecea
msitools: disable tests on darwin 2021-07-28 14:45:36 +02:00
Sandro
c8da2dee29
Merge pull request #131773 from Emantor/bump/usbsdmux 2021-07-28 12:25:24 +00:00
Rouven Czerwinski
729143096b usbsdmux: 0.2.0 -> 0.2.1
New upstream release:
- The get command now respects the hardware signal priority. Until now
  this command returned the wrong value if the USB-SD-Mux was switched
  to off.
- An error leading to creation of files in /dev/ when using the tool as
  root and if the device-node does not exist was fixed.  This error lead
  to errors like OSError: [Errno 25] Inappropriate ioctl for device. Now
  the actual error File not found will be raised instead.
2021-07-28 07:17:43 +02:00
Frederik Rietdijk
cf4f947faa coccinelle: change to python3 2021-07-27 20:37:05 +02:00
github-actions[bot]
db6a26db02
Merge master into staging-next 2021-07-27 18:01:01 +00:00
Felix Buehler
8721cf6bca chruby: remove phases 2021-07-27 14:35:42 +02:00
Felix Buehler
89fa135832 distccMasquerade: deprecate phases 2021-07-27 14:34:47 +02:00
Felix Buehler
0b4b865cb6 watson-ruby: deprecate phases 2021-07-27 14:33:36 +02:00
Angus Trau
88f23a08b2 ddd: fix desktop icon 2021-07-27 21:43:54 +10:00
Angus Trau
3656c6a538 xxgdb: init at 1.12 2021-07-27 21:32:54 +10:00
Luflosi
c52d56a211
apio: 0.7.5 -> 0.7.6
https://github.com/FPGAwars/apio/releases/tag/v0.7.6
2021-07-26 12:54:20 +02:00
Frederik Rietdijk
62370fb59a Merge remote-tracking branch 'upstream/master' into staging-next 2021-07-26 09:19:44 +02:00
Luke Granger-Brown
7c1ab35784
Merge pull request #128547 from Luflosi/add-apio
apio: init at 0.7.4
2021-07-25 10:07:04 +01:00
Angus Trau
51252b83d2 xspim: init at 9.1.22 2021-07-25 13:59:14 +10:00
github-actions[bot]
a37fbac53b
Merge master into staging-next 2021-07-25 00:01:35 +00:00
Angus Trau
2535b83782 qtspim: init at 9.1.22 2021-07-25 09:31:47 +10:00
Sandro
f80af7c602
Merge pull request #131335 from siraben/remarkable-toolchain-update
Remarkable toolchain update
2021-07-24 22:46:46 +00:00
Ben Siraphob
3c5ea6d11d remarkable2-toolchain: 2.5.2 -> 3.1.2 2021-07-24 19:48:13 +07:00
Ben Siraphob
1381ddc58d remarkable-toolchain: 1.8-23.9.2019 -> 3.1.2 2021-07-24 19:46:01 +07:00
github-actions[bot]
0b0a8c7c9a
Merge staging-next into staging 2021-07-22 18:01:39 +00:00
06kellyjac
75d859eab8 terraform-ls: 0.19.0 -> 0.19.1 2021-07-22 10:35:53 -07:00
R. RyanTM
a1f06a6f61 go-md2man: 2.0.0 -> 2.0.1 2021-07-22 10:25:54 -07:00
Luflosi
db7aa804f5
apio: init at 0.7.4
I use this package for programming a TinyFPGA BX. It will probably not work with FPGAs which are not TinyFPGA boards, without modification.
2021-07-22 14:49:49 +02:00
github-actions[bot]
920930b25e
Merge staging-next into staging 2021-07-21 06:01:42 +00:00
Mario Rodas
2588a6c9f1
Merge pull request #130589 from marsam/update-terracognita
terracognita: 0.6.3 -> 0.7.1
2021-07-20 20:02:29 -05:00
github-actions[bot]
23c6d36ba0
Merge staging-next into staging 2021-07-20 18:01:42 +00:00
github-actions[bot]
61eb7e2e9e
Merge master into staging-next 2021-07-20 18:01:04 +00:00
Maximilian Bosch
cac897c10b
Merge pull request #130603 from Ma27/bump-strace
strace: 5.12 -> 5.13
2021-07-20 17:09:02 +02:00
Maximilian Bosch
3ed08b0555
strace: 5.12 -> 5.13
ChangeLog: https://github.com/strace/strace/releases/tag/v5.13
2021-07-19 08:13:41 +02:00
github-actions[bot]
dde34afc63
Merge staging-next into staging 2021-07-19 00:02:18 +00:00
github-actions[bot]
dc802b2e19
Merge master into staging-next 2021-07-19 00:01:36 +00:00
Mario Rodas
9bf61145be terracognita: 0.6.3 -> 0.7.1 2021-07-19 00:00:00 +00:00
Sandro
d5bd34ebf2
treewide: convert phases that contain ":" to dont* = true (#130500) 2021-07-18 23:42:48 +02:00
github-actions[bot]
6ab169b9ca
Merge staging-next into staging 2021-07-18 06:02:58 +00:00
github-actions[bot]
f2eada4ab8
Merge master into staging-next 2021-07-18 06:01:33 +00:00
github-actions[bot]
08a8809bfe
Merge staging-next into staging 2021-07-18 00:02:06 +00:00
github-actions[bot]
382fdc7ad3
Merge master into staging-next 2021-07-18 00:01:24 +00:00
Felix Buehler
87316d778b various: cleanup of "inherit version;" 2021-07-18 00:19:24 +02:00
Guillaume Girol
d4e0ceb7d0
Merge pull request #130419 from deliciouslytyped/debugedit
debugedit-unstable: init at e04296ddf / 2021-07-05
2021-07-17 18:51:03 +00:00
deliciouslytyped
ed443e2213 debugedit-unstable: init at e04296ddf / 2021-07-05 2021-07-17 20:31:02 +02:00
github-actions[bot]
0db5cea36d
Merge staging-next into staging 2021-07-15 06:01:32 +00:00
github-actions[bot]
dc7bf54354
Merge master into staging-next 2021-07-15 06:01:01 +00:00
github-actions[bot]
6630d8e9bb
Merge staging-next into staging 2021-07-14 18:01:45 +00:00
Mario Rodas
895e757e86 reviewdog: 0.11.0 -> 0.12.0
https://github.com/reviewdog/reviewdog/releases/tag/v0.12.0
2021-07-14 08:56:26 -05:00
Jörg Thalheim
7afa51c2bd Merge remote-tracking branch 'upstream/master' into HEAD 2021-07-14 15:45:51 +02:00
Eric Dallo
9fb637ac66
clojure-lsp: 2021.06.01-16.19.44 -> 2021.07.12-12.30.59 2021-07-12 16:20:44 -03:00
Niklas Hambüchen
79d94779a8 binutils: Apply patch to fix 300x strip performance regression. Fixes #129467 2021-07-11 12:47:34 +00:00
github-actions[bot]
30ff0457a4
Merge master into staging-next 2021-07-09 12:01:24 +00:00
R. RyanTM
3e75e57eb4
elfkickers: 3.1a -> 3.2 (#124178)
Co-authored-by: Will Dietz <w@wdtz.org>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-09 13:33:57 +02:00
github-actions[bot]
e15847d168
Merge master into staging-next 2021-07-08 18:01:04 +00:00
06kellyjac
4a61e05e68 terraform-ls: 0.18.2 -> 0.19.0 2021-07-08 14:47:15 +01:00
Dmitry Kalinkin
280e629ee0
Merge branch 'master' into staging-next 2021-07-08 04:38:15 -04:00
Artturin
5ec78c03ce change various expressions to use pname and version 2021-07-07 23:41:18 +03:00
github-actions[bot]
3ddb8d5a79
Merge staging-next into staging 2021-07-06 00:02:03 +00:00
Sandro
5e7d1f174b
Merge pull request #128951 from 06kellyjac/terraform-ls
terraform-ls: 0.18.1 -> 0.18.2
2021-07-06 00:18:25 +02:00
Sandro
1619046572
Merge pull request #126894 from Stunkymonkey/pname&version 2021-07-05 18:52:04 +02:00
Gabriel Ebner
db37a86453 ccls: set resource directory
Fixes #126936
2021-07-04 10:35:17 +02:00
R. RyanTM
d864be8190 global: 6.6.6 -> 6.6.7 2021-07-03 12:36:09 +00:00
06kellyjac
859fe20765 terraform-ls: 0.18.1 -> 0.18.2 2021-07-02 08:19:29 +01:00
Felix Buehler
6f04cd0e69 application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
Felix Buehler
2444eaed56 drush: use fetchFromGitHub 2021-06-30 09:53:51 +02:00
John Ericson
db6e089456
Merge pull request #127875 from misuzu/binutils-armv7l-native-fix
binutils: apply R_ARM_COPY.patch only when cross-compiling to armv7l
2021-06-29 10:40:08 -04:00
Robert Schütz
d6234c2165 Merge branch 'master' into staging-next 2021-06-26 00:33:58 +02:00
Sandro
54cccb99de
Merge pull request #127941 from liff/libwnck/3-is-default 2021-06-25 15:53:01 +02:00
Robert Schütz
c1dca92daf Merge branch 'master' into staging-next 2021-06-25 10:02:10 +02:00
Olli Helenius
8609f3fd20
libwnck: make 3.36.0 default 2021-06-24 18:04:30 +03:00
Sandro
12a0371894
Merge pull request #127882 from babariviere/fix/darwin-graalvm 2021-06-24 11:15:03 +02:00
Jonathan Ringer
3394da8775 hydra-unstable: fix build, pin libpqxx to 6.4.5 2021-06-24 00:47:07 -07:00
Bastien Rivière
b19285d9f6
clojure-lsp: update maintainers list
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-23 16:17:00 +02:00
Bastien Riviere
e234811bb0
clojure-lsp: fix compilation on darwin 2021-06-23 16:16:45 +02:00
misuzu
5aad70e8be binutils: apply R_ARM_COPY.patch only when cross-compiling to armv7l
Applying R_ARM_COPY.patch when not cross-compiling breaks native armv7l builds.
2021-06-23 11:37:40 +03:00
Martin Weinelt
eef9694ebc
Merge branch 'master' into staging-next 2021-06-22 00:58:31 +02:00
Sandro
7e567a3d09
Merge pull request #119564 from attila-lendvai/c2ffi 2021-06-21 12:30:41 +02:00
Attila Lendvai
aaeb941fcc c2ffi: init at 2021-06-16
upstream doesn't have releases.
2021-06-21 09:18:55 +02:00
github-actions[bot]
b936df67cb
Merge master into staging-next 2021-06-19 18:04:22 +00:00
Ben Siraphob
683c3a86f3
Merge pull request #127462 from kira-bruneau/texlab
texlab: 3.1.0 → 3.2.0
2021-06-20 00:37:32 +07:00
Ben Siraphob
a632733e4b
Merge pull request #127420 from lrworth/unused-2.2
unused: 2.1 -> 2.2
2021-06-20 00:29:15 +07:00
Kira Bruneau
d900491d80 texlab: 3.1.0 → 3.2.0 2021-06-19 08:25:01 -04:00
Luke Worth
7d245c4aee
unused: 2.1 -> 2.2 2021-06-19 08:02:54 +10:00
github-actions[bot]
dd892e7e2f
Merge master into staging-next 2021-06-18 12:04:55 +00:00
Sandro
3fbace382d
Merge pull request #127282 from r-burns/ccache
ccache: fix tests on darwin
2021-06-18 12:11:40 +02:00
Ryan Burns
bec5a8c533 ccache: fix tests on darwin 2021-06-17 17:42:17 -07:00
06kellyjac
751ae12d6f terraform-ls: 0.18.0 -> 0.18.1 2021-06-17 16:53:16 +01:00
Felix Bühler
547cd904d6
autoconf: use pname & version instead of name (#127059)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-17 01:17:31 +02:00
Sandro
d258a6f7b4
Merge pull request #126747 from 06kellyjac/terraform-ls
terraform-ls: drop test that fail on aarch64 for aarch64 builds
2021-06-14 12:45:46 +02:00
06kellyjac
a936ab5eb6 terraform-ls: drop test that fail on aarch64 for aarch64 builds 2021-06-13 12:39:15 +01:00
Eric Dallo
e1d5e9da32
polylith: init at 0.1.0-alpha9 2021-06-12 15:12:52 -03:00
Fabian Affolter
8abb6b4488
Merge pull request #126572 from SuperSandro2000/act
act: 0.2.22 -> 0.2.23
2021-06-11 13:57:35 +02:00
Sandro Jäckel
337eedb066
act: 0.2.22 -> 0.2.23 2021-06-11 10:46:17 +02:00
Sandro
08b351d45e
Merge pull request #126518 from 06kellyjac/terraform-ls
terraform-ls: 0.16.2 -> 0.18.0
2021-06-11 10:32:43 +02:00
06kellyjac
6419fc3f21 terraform-ls: 0.16.2 -> 0.18.0
Set buildFlagsArray in bash
Ensure pre-release is empty
Remove the check that requires networking so we can run tests
Add changelog

Add myself as a maintainer
2021-06-10 19:09:10 +01:00
Thiago Kenji Okada
cf6f922924 clojure-lsp: 2021.04.13-12.47.33 -> 2021.06.01-16.19.44 2021-06-10 15:00:22 -03:00
tomberek
2a1cbfb7ea
Merge pull request #125531 from r-ryantm/auto-update/fswatch
fswatch: 1.15.0 -> 1.16.0
2021-06-07 01:42:12 -04:00
Vincent Laporte
c3d87595f1 coccinelle: 1.0.6 → 1.1.0 2021-06-05 13:38:01 +02:00
Zhaofeng Li
9a8b5d6e15 nongnu-libunwind: Disable package for RISC-V
The author has stated that he does not have time to implement support.
There is no use for the `supportsHost` passthru attribute anymore, so
let's remove that as well.
2021-06-04 20:44:38 -07:00
Elis Hirwing
68eb5305ac
php: Drop PHP 7.3 support
PHP 7.3 won't be supported by upstream for the entire life cycle of
the 21.11 release.

Also drop the pcre' alias since it isn't needed anymore since we don't
need different pcre versions anymore.
2021-06-04 09:26:54 +02:00
Doron Behar
42e9a2ccfa
Merge pull request #125591 from kira-bruneau/texlab
texlab: 3.0.1 -> 3.1.0
2021-06-04 06:24:17 +00:00
Kira Bruneau
10210587ed texlab: 3.0.1 -> 3.1.0 2021-06-03 19:58:49 -04:00
R. RyanTM
3fac09bbe0 fswatch: 1.15.0 -> 1.16.0 2021-06-03 16:51:56 +00:00
Sandro Jäckel
89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm 2021-06-03 12:44:33 +02:00
Sandro
50aeda3131
Merge pull request #125402 from Pamplemousse/ptags 2021-06-02 19:57:03 +02:00
Pamplemousse
c103913661 ptags: Add ctags to the PATH
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-06-02 10:06:54 -07:00
Nicolas Dudebout
60753cefb7
stlink: add withGUI option (#124017) 2021-05-26 04:01:37 +02:00
Gabriel Ebner
eef236e8ef ccls: fix libc++ header path 2021-05-24 14:48:42 +02:00
Jonathan Ringer
11a9ac00fc
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
 pkgs/tools/networking/xh/default.nix
2021-05-22 18:19:10 -07:00
Kira Bruneau
9201ef9749
texlab: 3.0.0 → 3.0.1 (#124053) 2021-05-22 15:30:15 -04:00
Kira Bruneau
cd4780fab4
maintainers: rename metadark -> kira-bruneau (#124035) 2021-05-22 16:47:40 +02:00
Jonathan Ringer
5cd5b9b97f
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
 pkgs/development/tools/kubie/default.nix
2021-05-21 10:39:34 -07:00
Eelco Dolstra
62ee635d53
Replace nixFlakes -> nixUnstable 2021-05-21 15:23:52 +02:00
github-actions[bot]
929b12e7b5
Merge master into staging-next 2021-05-21 12:28:43 +00:00
Mario Rodas
947193bd02 terraform-lsp: 0.0.10 -> 0.0.12 2021-05-20 04:20:00 +00:00
Jonathan Ringer
c1f8a15dac
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  nixos/doc/manual/release-notes/rl-2105.xml
  pkgs/tools/security/sequoia/default.nix
2021-05-19 10:39:54 -07:00
Yevhen Shymotiuk
e3f825bdc2 texlab: fix darwin build 2021-05-18 18:29:37 -07:00
Jonathan Ringer
ca46ad3762
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/tools/package-management/cargo-release/default.nix
2021-05-18 11:03:38 -07:00
Maximilian Bosch
ed95b50a7b
Merge pull request #122492 from MetaDark/ccache
ccache: 4.2.1 → 4.3
2021-05-18 19:24:42 +02:00
Jonathan Ringer
f7a112f6c4
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/graphics/emulsion/default.nix
  pkgs/development/tools/misc/texlab/default.nix
  pkgs/development/tools/rust/bindgen/default.nix
  pkgs/development/tools/rust/cargo-udeps/default.nix
  pkgs/misc/emulators/ruffle/default.nix
  pkgs/tools/misc/code-minimap/default.nix
2021-05-18 08:57:16 -07:00
Bernardo Meurer
5b1d8990bd
Merge pull request #123414 from MetaDark/texlab
texlab: 2.2.2 → 3.0.0
2021-05-18 00:12:13 -07:00
Kira Bruneau
3e7a2aded3 texlab: 2.2.2 → 3.0.0
Also removes unused dylib build of html2md dependency, fixing #95568.
2021-05-17 18:02:38 -04:00
github-actions[bot]
3ff6965554
Merge master into staging-next 2021-05-17 06:22:23 +00:00
Ben Siraphob
c5a669d3f7 treewide: remove unzip where not needed 2021-05-16 19:29:28 -07:00
Martin Weinelt
7bd65d54f7 treewide: remove nand0p as maintainer
While looking at the sphinx package I noticed it was heavily
undermaintained, which is when we noticed nand0p has been inactive for
roughly 18 months. It is therefore prudent to assume they will not be
maintaining their packages, modules and tests.

- Their last contribution to nixpkgs was in 2019/12
- On 2021/05/08 I wrote them an email to the address listed in the
  maintainer-list, which they didn't reply to.
2021-05-17 01:50:49 +02:00
Andrew Childs
1f0ae937d6 libtool2: add bootstrapping warning 2021-05-17 00:28:04 +09:00
Andrew Childs
1a45df1f7f ctags: fix build with newer darwin libraries 2021-05-17 00:27:02 +09:00
Andrew Childs
e44dd84664 libtool2: macOS 11 support 2021-05-17 00:27:00 +09:00
github-actions[bot]
c10600230e
Merge staging-next into staging 2021-05-15 18:30:31 +00:00
github-actions[bot]
f1b78f8618
Merge master into staging-next 2021-05-15 18:30:28 +00:00
github-actions[bot]
78ae7ac75e
Merge staging-next into staging 2021-05-15 06:22:25 +00:00
Vladimír Čunát
c48eaa70e3
Merge branch 'master' into staging-next 2021-05-14 22:27:34 +02:00
Vladimír Čunát
0023f45705
Merge #111431: autoconf: 2.70 -> 2.71 (into staging) 2021-05-14 18:29:05 +02:00
Jan Tojnar
b529210997 dfeet: 0.3.15 → 0.3.16 2021-05-14 16:36:52 +02:00
WilliButz
64f46d44d4
Merge pull request #122732 from Ma27/jiq
jiq: init at 0.7.1
2021-05-14 14:06:55 +02:00
Ivan Babrou
07e4cbde16 autogen: fix compilation on aarch64-darwin 2021-05-13 19:08:47 -07:00
github-actions[bot]
b057978bb2
Merge staging-next into staging 2021-05-12 18:32:29 +00:00
Martin Weinelt
a18880bf72 Merge remote-tracking branch 'origin/master' into staging-next 2021-05-12 18:28:03 +02:00
Andrey Kuznetsov
29ff6e85f4
terraform-ls: 0.16.0 -> 0.16.2 2021-05-12 18:18:11 +03:00
Maximilian Bosch
026b5c14ee
jiq: init at 0.7.1 2021-05-12 16:13:05 +02:00
Kira Bruneau
3bd456e4b4 ccache: 4.2.1 → 4.3 2021-05-10 18:11:25 -04:00
Jan Tojnar
594a885912
Merge branch 'staging-next' into staging 2021-05-10 09:45:47 +02:00
Robin Gloster
1f566d9164
Merge pull request #120581 from lsix/gdb-10.2
gdb: 10.1 -> 10.2
2021-05-09 14:25:19 -05:00
github-actions[bot]
450e66080b
Merge master into staging-next 2021-05-09 18:23:01 +00:00
Sandro
d928699980
Merge pull request #121969 from marsam/update-nimlsp
nimlsp: 0.2.6 -> 0.3.2
2021-05-09 15:40:59 +02:00
Vladimír Čunát
5663b2b2d3
Merge branch 'master' into staging-next
(a trivial conflict in transmission)
2021-05-09 09:31:55 +02:00
Jonathan Ringer
76ab96811b creduce: fix llvm build 2021-05-08 18:13:45 -07:00
Jonathan Ringer
88beb7d77e cvis: fix llvm build 2021-05-08 18:13:45 -07:00
R. RyanTM
177dc3e845 global: 6.6.5 -> 6.6.6 2021-05-08 15:19:06 -07:00
Jan Tojnar
dd78ce1c53
Merge branch 'staging-next' into staging 2021-05-08 20:59:05 +02:00
Martin Weinelt
9651084620 Merge remote-tracking branch 'origin/master' into staging-next 2021-05-08 14:43:43 +02:00
Vladimír Čunát
080cd658ca
Merge #121780: treewide meta.maintainers tweaks 2021-05-08 10:47:08 +02:00
Jonathan Ringer
01d801fd72 ccls: fix build 2021-05-08 01:29:18 -07:00
Jan Tojnar
468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Daniël de Kok
85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
github-actions[bot]
1ae6d3d02f
Merge master into staging-next 2021-05-07 18:24:29 +00:00
Vladimír Čunát
73e17a3594
treewide: remove lethalman from meta.maintainers
He hasn't been heard of for years.
2021-05-07 15:36:40 +02:00
Mario Rodas
396e6d75fc
Merge pull request #121966 from r-ryantm/auto-update/act
act: 0.2.21 -> 0.2.22
2021-05-07 08:04:19 -05:00
github-actions[bot]
e5f4def056
Merge staging-next into staging 2021-05-07 00:46:58 +00:00
R. RyanTM
5ce67d6fa0 act: 0.2.21 -> 0.2.22 2021-05-07 00:28:42 +00:00
Michael Livshin
dacdfa874e distcc: 2016-02-24 -> 2021-03-11 2021-05-06 10:43:38 +03:00
Mario Rodas
14281d2154 nimlsp: 0.2.6 -> 0.3.2 2021-05-06 04:20:00 +00:00
github-actions[bot]
68e3ba2b1d
Merge staging-next into staging 2021-05-05 00:46:07 +00:00
Cole Helbling
451477e741
hydra-unstable: 2021-04-29 -> 2021-05-03
This incorporates a few more API fixes that have been made to Hydra since the
last bump.
2021-05-04 12:39:17 -07:00
github-actions[bot]
4cbb35eba8
Merge staging-next into staging 2021-05-04 18:21:27 +00:00
Alyssa Ross
8d76ef7355
strace: add myself as maintainer
I've been working on strace a bit recently, so I might have some
useful knowledge if we're ever having problems with it.
2021-05-04 12:14:59 +00:00
github-actions[bot]
5e177b16b1
Merge staging-next into staging 2021-05-03 18:25:49 +00:00
regnat
bdc95ab29e hydraUnstable: 2021-03-29 -> 2021-04-29
Required to work with the latest nixUnstable
2021-05-03 16:51:15 +02:00
github-actions[bot]
d7882499f8
Merge staging-next into staging 2021-04-30 12:26:14 +00:00
Sandro
d7e9d65ea2
Merge pull request #120341 from iFreilicht/master 2021-04-30 13:54:16 +02:00
github-actions[bot]
b4766e97ee
Merge staging-next into staging 2021-04-30 00:52:06 +00:00
Andrey Kuznetsov
17d9b66346
terraform-ls: 0.15.0 -> 0.16.0 2021-04-30 00:03:35 +03:00
Vladimír Čunát
82bccc2d62
Merge branch 'nixpkgs-unstable' into PR #111431
I'm not really sure about the conflicts in:
	pkgs/development/python-modules/psutil/default.nix

Hydra nixpkgs: ?compare=1666054
2021-04-28 17:13:34 +02:00
github-actions[bot]
655989d7b3
Merge staging-next into staging 2021-04-28 00:15:29 +00:00
Martin Weinelt
e0d0444717 tockloader: remove myself from maintainers
Sadly the only device I had that was requiring this was an nRF52840 MDK
USB dongle and I apparently broke its bootloader, so it won't get
recognized anymore.
2021-04-27 20:38:35 +02:00
Martin Weinelt
6fbe7f1bbb tockloader: 1.5.0 -> 1.6.0
Add a small check phase calling the tockloader executable and checking
the version.
2021-04-27 20:38:35 +02:00
github-actions[bot]
97889a52e1
Merge staging-next into staging 2021-04-27 18:14:28 +00:00
Felix Uhl
be1392dbd9 stm32cubemx: 6.0.1 -> 6.2.1
Fixes:
STM32CubeMX uses an outdated version of xstream that is not
compatible with JDK16. The derivation uses JDK11 (LTS) explicitly now.
Additionally, the desktop file wasn't generated by copyDesktopItems
before. This is now fixed as well.

Upstream changes:
- Main files moved from . to MX
- JAR file has no .exe extension anymore
- Icon format changed from icns to ico
- There is now a bundled JRE, but we prefer not to use it

Additional changes:
- Move version definition into mkDerivation
2021-04-27 18:23:40 +02:00
Lancelot SIX
279192c950 gdb: 10.1 -> 10.2
See https://sourceware.org/pipermail/gdb/2021-April/049400.html for
release announcement
2021-04-27 10:06:24 +01:00
Maximilian Bosch
86f1c0fb77
strace: 5.11 -> 5.12
ChangeLog: https://github.com/strace/strace/releases/tag/v5.12
2021-04-26 20:19:54 +02:00
github-actions[bot]
8634c6f7d1
Merge staging-next into staging 2021-04-26 00:17:03 +00:00
Anderson Torres
b1c9917f71
Merge pull request #120625 from AndersonTorres/quick-modifications
Updates

ftgl: 2.1.3-rc5 -> 2.4.0; 
cimg: 2.9.6 -> 2.9.7; 
dialog: 1.3-2210306 -> 1.3-2210324; 
docutils: 0.16 -> 0.17.1; 
fme: refactor
2021-04-25 18:43:59 -03:00
AndersonTorres
3a7af6de81 dialog: 1.3-2210306 -> 1.3-2210324 2021-04-25 14:38:31 -03:00
github-actions[bot]
1626c4772a
Merge staging-next into staging 2021-04-25 12:06:12 +00:00
Frederik Rietdijk
c648f7ee2a Merge master into staging-next 2021-04-25 13:54:29 +02:00
Sandro
cf628a338d
Merge pull request #120092 from ericdallo/bump-clojure-lsp
clojure-lsp: 2021.02.14-19.46.47 -> 2021.04.13-12.47.33
2021-04-25 08:55:36 +02:00
Jan Tojnar
c1f851b2ee
Merge branch 'staging-next' into staging 2021-04-25 08:22:13 +02:00
github-actions[bot]
a956f62ea4
Merge master into staging-next 2021-04-25 06:05:34 +00:00
Evils
4b7ccb3418 stlink: 1.6.0 -> 1.7.0 2021-04-25 07:30:01 +02:00
Eric Dallo
64be38f31f
clojure-lsp: 2021.02.14-19.46.47 -> 2021.04.13-12.47.33 2021-04-21 20:52:34 -03:00
github-actions[bot]
7742d40a37
Merge staging-next into staging 2021-04-19 06:05:52 +00:00
github-actions[bot]
36faabcd7c
Merge master into staging-next 2021-04-19 06:05:48 +00:00
Sandro
216f56598b
Merge pull request #119450 from SCOTT-HAMILTON/inotify-tools
inotify-tools: 3.20.2.2 -> 3.20.11.0
2021-04-19 04:56:59 +02:00
Dmitry Bogatov
ef107ba439
checkbashisms: 2.0.0.2 -> 2.21.1 (#119754)
Co-authored-by: Dmitry Bogatov <git#v1@kaction.cc>
2021-04-19 04:56:12 +02:00
SCOTT-HAMILTON
6649c6d75c inotify-tools: 3.20.2.2 -> 3.20.11.0 2021-04-18 16:17:09 +02:00
sternenseemann
e75c5353bb gdb: always set --program-prefix and pass --target
This makes the targetPrefix always conform to nixpkgs' expectations
instead of relying on the autotools build system to figure it out
correctly (which is also inconsistent across versions).

See also ca9be0511b.
2021-04-16 22:56:39 +02:00
sternenseemann
ca9be0511b binutils-unwrapped: force targetPrefix if cross compiling
The binutils build system checks by itself if it is building a cross
toolchain or not and prepends or omits a targetPrefix accordingly. This
means that we can always pass target via configureTargets.

However the binutils build system and our bintools wrapper disagree over
whether we are building a cross toolchain or not sometimes since cross
compilation can be relatively subtle in nixpkgs. For example every use
of crossOverlays will make nixpkgs build a cross toolchain even though
localSystem == crossSystem. The cross infrastructure is also used to
build native binaries with a different stdenv (musl instead of glibc,
clang instead of gcc). In all of these cases stdenv.hostPlatform.config
== stdenv.targetPlatform.config, causing binutils to not prepend a
target prefix. At the same time stdenv.hostPlatform !=
stdenv.targetPlatform causing the bintools wrapper to expect a target
prefix, thus building an incomplete set of bintools. This is why
currently pkgsCross.gnu64 and pkgsCross.musl64 aren't working.

The solution is quite simple however: If we detect that we are building
a cross toolchain in the binutils-unwrapped expression, we force the
targetPrefix with --programprefix and fulfill the expectations of the
bintools wrapper at the same time.

Tested (on x86_64-linux):

* pkgsCross.musl64.hello
* pkgsCross.aarch64-multiplatform.hello
* pkgs.hello

Still not working is pkgsCross.gnu64, since
x86_64-unknown-linux-gnu-stage-final-gcc gets confused about targets
now, so bootstrapping the stdenv fails. Since this wasn't working
previously anyways, it's proably fine to fix this separately.
2021-04-16 17:12:45 +02:00
Vladimír Čunát
d2eb7a7887
Merge branch 'staging' into staging-next
A few conflicts but relatively clear ones (I think).
2021-04-14 10:08:25 +02:00
Luke Granger-Brown
08b22e605b Merge remote-tracking branch 'upstream/staging-next' into down-integrate-staging 2021-04-12 18:49:01 +00:00
John Ericson
82ca81cd62
Merge pull request #111988 from thefloweringash/darwin-platform-versions
Darwin platform versions
2021-04-12 11:40:16 -04:00
Jörg Thalheim
56d3864ef5
Merge pull request #118963 from r-ryantm/auto-update/ccls
ccls: 0.20201219 -> 0.20210330
2021-04-12 14:08:25 +01:00
Mario Rodas
122cc5fc33 universal-ctags: 5.9.20201206.0 -> 5.9.20210411.0 2021-04-12 04:20:00 +00:00
Sandro
e49de5e298
Merge pull request #118878 from Emantor/bump/usbsdmux
usbsdmux: 0.1.8 -> 0.2.0
2021-04-12 00:47:13 +02:00
Kira Bruneau
dbeee74085 ccache: enable test.modules on Darwin
test.modules now passes on Darwin
2021-04-11 14:33:16 -04:00
Kira Bruneau
26f66129f8 ccache: 4.2 -> 4.2.1 2021-04-11 14:05:14 -04:00
Andrew Childs
2316ada93f luarocks: use targetPlatform.darwinMinVersion as default 2021-04-11 09:47:10 +09:00
Andrew Childs
6605fadc68 bintools-wrapper: default platform versions for darwin
Instead of always supplying flags, apply the flags as defaults. Use
clang's native flags instead of lifting the linker flags from binutils
with `-Wl,`.

If a project is using clang to drive linking, make clang do the right
thing with MACOSX_DEPLOYMENT_TARGET. This can be overridden by command
line arguments. This will cause modern clang to pass
`-platform_version 10.12 0.0.0`, since it doesn't know about the SDK
settings. Older versions of clang will pass down `-macos_version_min`
flags with no sdk version.

At the linker layer, apply a default value for anything left
ambiguous. If nothing is specified, pass a full
`-platform_version`. If only `-macos_version_min` is specified, then
lock down the sdk_version explicitly with `-sdk_version`. If a min
version and sdk version is passed, do nothing.
2021-04-11 09:47:09 +09:00
R. RyanTM
822c94a557 openfpgaloader: 0.2.5 -> 0.2.6 2021-04-10 17:24:56 +00:00
R. RyanTM
5131723e93 ccls: 0.20201219 -> 0.20210330 2021-04-10 06:19:39 +00:00
Rouven Czerwinski
56fc7c44db usbsdmux: 0.1.8 -> 0.2.0 2021-04-09 17:42:28 +02:00
Jan Tojnar
c04a14edd6 Merge branch 'master' into staging-next 2021-04-06 16:01:14 +02:00
Fabian Affolter
63a46019c6
Merge pull request #118190 from r-ryantm/auto-update/act
act: 0.2.20 -> 0.2.21
2021-04-06 10:45:49 +02:00
Robert Scott
42368bf521
Merge pull request #118559 from r-ryantm/auto-update/terracognita
terracognita: 0.6.2 -> 0.6.3
2021-04-05 22:31:54 +01:00
R. RyanTM
b58b77a164 terracognita: 0.6.2 -> 0.6.3 2021-04-05 06:08:23 +00:00
Sandro Jäckel
3453b89f4b
lzma: deprecate alias 2021-04-04 19:49:52 +02:00
Sandro Jäckel
33a395f195
yacc: deprecate alias
and add a new line after the alphabetically sorting to please my inner monk
2021-04-04 03:18:58 +02:00
github-actions[bot]
3bf92ca4db
Merge master into staging-next 2021-04-03 18:18:51 +00:00
Frederik Rietdijk
f812cdd3b8 kconfig-frontends: use python3 2021-04-03 17:06:11 +02:00
Frederik Rietdijk
9029840dc8 jscoverage: use python3 2021-04-03 17:06:11 +02:00
Frederik Rietdijk
34c23dbb42 global: use python3 2021-04-03 17:06:07 +02:00
Frederik Rietdijk
58579c642a gede: use python3 2021-04-03 17:06:07 +02:00
github-actions[bot]
74200a7126
Merge master into staging-next 2021-04-03 00:14:57 +00:00
Robert Scott
d535600060
Merge pull request #117242 from OPNA2608/update/libftdi1-1.5/21.05
libftdi1: 1.4 -> 1.5
2021-04-03 00:17:38 +01:00
github-actions[bot]
b3a0328b7f
Merge master into staging-next 2021-04-02 18:14:54 +00:00
Ben Siraphob
1d2e7637b6
strace: assert isLinux to avoid eval error on darwin (#114974)
libunwind.supportsHost is not available on darwin because it uses a different libunwind package (https://github.com/NixOS/nixpkgs/blob/master/pkgs/os-specific/darwin/apple-source-releases/default.nix#L270) and changing the stdenv is a big overkill.
2021-04-02 20:03:31 +02:00
github-actions[bot]
636e58e31b
Merge staging-next into staging 2021-04-02 00:21:46 +00:00
Vladimír Čunát
d601532dfc
intltool: fix fetchurl invocation 2021-04-01 22:50:21 +02:00
R. RyanTM
dac29576af act: 0.2.20 -> 0.2.21 2021-04-01 04:49:19 +00:00
rnhmjoj
61b7cab481
treewide: use perl.withPackages when possible
Since 03eaa48 added perl.withPackages, there is a canonical way to
create a perl interpreter from a list of libraries, for use in script
shebangs or generic build inputs. This method is declarative (what we
are doing is clear), produces short shebangs[1] and needs not to wrap
existing scripts.

Unfortunately there are a few exceptions that I've found:

  1. Scripts that are calling perl with the -T switch. This makes perl
  ignore PERL5LIB, which is what perl.withPackages is using to inform
  the interpreter of the library paths.

  2. Perl packages that depends on libraries in their own path. This
  is not possible because perl.withPackages works at build time. The
  workaround is to add `-I $out/${perl.libPrefix}` to the shebang.

In all other cases I propose to switch to perl.withPackages.

[1]: https://lwn.net/Articles/779997/
2021-03-31 21:35:37 +02:00
github-actions[bot]
4da7569841
Merge staging-next into staging 2021-03-31 12:06:29 +00:00
zowoq
6da0dcc42a go-md2man: switch to buildGoModule
also rename dir to match attribute.
2021-03-31 21:06:06 +10:00
github-actions[bot]
a2ada5b26f
Merge staging-next into staging 2021-03-31 06:05:45 +00:00
github-actions[bot]
e880daefc6
Merge master into staging-next 2021-03-31 06:05:41 +00:00
Sandro
3ac9a29d4d
Merge pull request #116588 from martinetd/pahole
pahole: 1.17 -> 1.20
2021-03-31 03:36:37 +02:00
github-actions[bot]
d466353dd5
Merge staging-next into staging 2021-03-30 12:06:28 +00:00
github-actions[bot]
c9e9ff786b
Merge master into staging-next 2021-03-30 12:06:24 +00:00
lewo
ac84e1f49c
Merge pull request #117981 from nlewo/hydra
hydra-unstable: 2021-03-10 -> 2021-03-29
2021-03-30 08:59:18 +02:00
github-actions[bot]
cde69e72d7
Merge staging-next into staging 2021-03-30 00:14:36 +00:00
github-actions[bot]
db6366f318
Merge master into staging-next 2021-03-30 00:14:33 +00:00
Antoine Eiche
e4a1014dd7 hydra-unstable: 2021-03-10 -> 2021-03-29 2021-03-29 22:48:04 +02:00
zowoq
a5d40f90bb editorconfig-checker: 2.3.4 -> 2.3.5
https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.3.5
2021-03-30 05:43:10 +10:00
github-actions[bot]
ea21c98571
Merge staging-next into staging 2021-03-28 06:05:34 +00:00
github-actions[bot]
3f2a4a9dea
Merge master into staging-next 2021-03-28 06:05:31 +00:00
Ryan Mulligan
60e054cb04
Merge pull request #117655 from r-ryantm/auto-update/pkgconf
pkgconf-unwrapped: 1.7.3 -> 1.7.4
2021-03-27 20:41:26 -07:00
github-actions[bot]
219312a10b
Merge staging-next into staging 2021-03-26 12:06:44 +00:00
github-actions[bot]
eddd1a74ec
Merge master into staging-next 2021-03-26 12:06:41 +00:00
Emery Hemingway
56592ea293 nim: cross-compilation fixes
* Import with callPackages
* Use buildPackages for building a cross-compiler
* Patch-out potential conflicts in nim.cfg
* Generate a configuration with toolchain detection
* Build with strictDeps enabled
2021-03-26 11:36:38 +01:00
Arthur Gautier
83f3d96db8 elfutils: optionals is to be used when a list is provided
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-03-26 10:46:10 +01:00
Arthur Gautier
7b57403c03 elfutils: pkg-config can't be included twice
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-03-26 10:46:10 +01:00
R. RyanTM
5ad417c82b php73Extensions.blackfire: 1.49.1 -> 1.53.0 2021-03-26 09:50:54 +01:00
Jan Tojnar
b3c854b60b
Merge branch 'staging-next' into staging 2021-03-26 07:53:44 +01:00
R. RyanTM
7b1958dfff pkgconf-unwrapped: 1.7.3 -> 1.7.4 2021-03-26 04:13:47 +00:00
github-actions[bot]
7c9222212f
Merge master into staging-next 2021-03-25 18:14:01 +00:00
Frederik Rietdijk
49b68c5924 doclifter: use python3 2021-03-25 12:25:40 +01:00
Frederik Rietdijk
11aa8b3b89 distcc: use python3 2021-03-25 12:20:37 +01:00
Frederik Rietdijk
8456df5d37 cli11: use python3 2021-03-25 11:42:32 +01:00
Frederik Rietdijk
2b0f34bcb5 blackmagic: use python3 2021-03-25 10:52:10 +01:00
Jörg Thalheim
84cf39d9cc
Merge pull request #116757 from Pamplemousse/master
libbfd: Patch CVE-2020-35448
2021-03-25 08:43:06 +00:00
OPNA2608
cfba508aa9 blackmagic: Add patch for libftdi1 1.5 compatibility 2021-03-23 11:11:11 +01:00
github-actions[bot]
11ee0bf5d7
Merge master into staging-next 2021-03-23 00:40:24 +00:00
R. RyanTM
c4611754e8 cproto: 4.7r -> 4.7s 2021-03-22 21:44:49 +00:00
Ben Siraphob
ebb6205c7a sccache: remove platforms and fix darwin build 2021-03-22 21:55:32 +07:00
Pamplemousse
8748154972 binutils, libbfd: Patch CVE-2020-35448
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-03-22 07:22:33 -07:00
github-actions[bot]
6f6e1d46b4
Merge master into staging-next 2021-03-21 12:26:00 +00:00
Gabriel Ebner
bab28cf36c automaticcomponenttoolkit: init at 1.6.0 2021-03-21 11:26:24 +01:00
github-actions[bot]
6e614e4dac
Merge master into staging-next 2021-03-20 12:26:41 +00:00
R. RyanTM
505383074c help2man: 1.47.17 -> 1.48.1 2021-03-20 09:27:45 +01:00
Arthur Gautier
ad6e13fcfb elfutils: split outputs
gdb does not need elfutils binaries and only access the libdebuginfod.so
2021-03-20 09:24:51 +01:00
Arthur Gautier
c600d5232d elfutils: add support for debuginfod
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-03-20 09:24:51 +01:00
Jörg Thalheim
fa488cd9bf
Merge pull request #117008 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.15108 -> 0.1.15149
2021-03-20 06:58:48 +00:00
R. RyanTM
edacaf3a57 circleci-cli: 0.1.15108 -> 0.1.15149 2021-03-20 04:16:13 +00:00
R. RyanTM
d834510118 terracognita: 0.6.0 -> 0.6.2 2021-03-19 22:41:49 -04:00
github-actions[bot]
c804f22a81
Merge master into staging-next 2021-03-19 12:26:52 +00:00
Doron Behar
8b3f258bbc
Merge pull request #109928 from r-ryantm/auto-update/cproto
cproto: 4.7q -> 4.7r
2021-03-19 08:06:26 +00:00
Jan Tojnar
2445e9a681
Merge branch 'master' into staging-next 2021-03-18 19:24:39 +01:00
Sandro
d17c31ac6c
Merge pull request #114857 from siraben/edit-darwin 2021-03-18 16:22:42 +01:00
Jan Tojnar
0136206b12
Merge branch 'master' into staging-next 2021-03-18 13:35:59 +01:00
Sandro
6623567bb4
Merge pull request #116572 from AndersonTorres/new-dialog
dialog: 1.3-20210117 -> 1.3-20210306
2021-03-17 09:42:10 +01:00