Commit Graph

14280 Commits

Author SHA1 Message Date
R. RyanTM
04f6766699 cargo-make: 0.32.9 -> 0.32.10 2021-01-18 12:02:39 +00:00
R. RyanTM
5ad404f50f cargo-crev: 0.18.0 -> 0.18.1 2021-01-18 11:54:04 +00:00
Oleksii Filonenko
3f2e2e13bc
Merge pull request #109402 from bbigras/wrangler 2021-01-18 13:21:08 +02:00
Sandro
9a095e62d6
Merge pull request #109707 from r-ryantm/auto-update/cargo-wipe
cargo-wipe: 0.3.0 -> 0.3.1
2021-01-18 10:55:21 +01:00
Sandro
20b4edc772
Merge pull request #109715 from zakame/updates/act-0.2.18
act: 0.2.17 -> 0.2.18
2021-01-18 10:54:09 +01:00
Zak B. Elep
c6aab40c9d act: 0.2.17 -> 0.2.18 2021-01-18 16:42:56 +08:00
R. RyanTM
856d019ece cargo-wipe: 0.3.0 -> 0.3.1 2021-01-18 05:55:51 +00:00
github-actions[bot]
b7f20dcd02
Merge master into staging-next 2021-01-18 01:16:03 +00:00
Sandro
a3d00ab33e
Merge pull request #94367 from matthiasbeyer/update-cargo-deny 2021-01-18 01:36:20 +01:00
Sandro
842e808a69
Merge pull request #109591 from baloo/baloo/cargo-readme/initial
cargo-readme: init at 3.2.0
2021-01-18 00:31:11 +01:00
Arthur Gautier
75658b374b cargo-readme: init at 3.2.0
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-01-17 22:47:48 +00:00
Jörg Thalheim
1279bf812c
Merge remote-tracking branch 'upstream/master' into HEAD 2021-01-17 18:08:59 +01:00
Guillaume Girol
47d121591c
Merge pull request #97093 from kampka/texi2html
texi2html: Fix cross-platform build
2021-01-17 15:41:34 +00:00
github-actions[bot]
9541eb734d
Merge master into staging-next 2021-01-17 12:38:49 +00:00
Pavol Rusnak
f13a6eb6ab
Merge pull request #109590 from prusnak/electron
Electron {9,10} updates
2021-01-17 13:31:27 +01:00
Michael Weiss
5d9a3e2e5a
cargo-c: 0.7.0 -> 0.7.1 2021-01-17 12:59:26 +01:00
Jan Tojnar
e6f926d910
Merge branch 'master' into staging-next 2021-01-17 05:52:23 +01:00
Pavol Rusnak
29db28a834
electron: 10.2.0 -> 10.3.0 2021-01-17 01:07:39 +01:00
Pavol Rusnak
170de52c97
electron: 9.4.0 -> 9.4.1 2021-01-17 01:07:10 +01:00
Sandro Jäckel
a257c11148 winpdb: no tests 2021-01-16 10:56:42 -08:00
github-actions[bot]
2445824f40
Merge master into staging-next 2021-01-16 12:40:04 +00:00
Guillaume Girol
afd7b550da
Merge pull request #107028 from anhdle14/checkov-1.0.674
checkov: init at 1.0.674
2021-01-16 12:31:23 +00:00
Profpatsch
3464ca4f2f tree-sitter: update grammars 2021-01-16 13:15:46 +01:00
Profpatsch
b96633cf37 tree-sitter: add cstrahan/tree-sitter-nix 2021-01-16 13:15:46 +01:00
github-actions[bot]
2cff4ff45c
Merge master into staging-next 2021-01-16 01:17:48 +00:00
zowoq
10ffd6916e buildah: 1.19.1 -> 1.19.2
https://github.com/containers/buildah/releases/tag/v1.19.2
2021-01-16 05:24:03 +10:00
Jan Tojnar
c0d2951fa6
Merge branch 'master' into staging-next 2021-01-15 17:46:46 +01:00
Tim Steinbach
4a521fb5e9
jenkins: 2.263.1 → 2.263.2 2021-01-15 10:39:10 -05:00
zowoq
cc2462d430 buildah: 1.19.0 -> 1.19.1
https://github.com/containers/buildah/releases/tag/v1.19.1
2021-01-15 19:24:33 +10:00
github-actions[bot]
9f69dadafd
Merge master into staging-next 2021-01-15 01:16:33 +00:00
Mikołaj Gałkowski
5525440dd6
unityhub: add mising icu and clang libraries (#109413)
Compilation of c# scripts with L2CPP for would fail, due to
missing icu and clang libs
2021-01-14 19:38:36 -05:00
Dmitry Kalinkin
9120da4c4a
binutils: enable gold when cross compiling on darwin
This basically reverts:
 - 3c5188cc ('binutils: disable gold when building on darwin')
 - 457b48cc ('binutils: apply patch when cross compiling from darwin')

Tested by building:
 - nix build -f . pkgsCross.i686-embedded.buildPackages.binutils
 - nix build -f . pkgsCross.aarch64-embedded.buildPackages.binutils
2021-01-14 19:06:22 -05:00
Alyssa Ross
3893d6c6d7 gitAndTools: move everything to the top level
The comment at the top of git-and-tools/default.nix said:

    /* All git-relates tools live here, in a separate attribute set so that users
     * can get a fast overview over what's available.

but unfortunately that hasn't actually held up in practice.

Git-related packages have continued to be added to the top level, or
into gitAndTools, or sometimes both, basically at random, so having
gitAndTools is just confusing.  In fact, until I looked as part of
working on getting rid of gitAndTools, one program (ydiff) was
packaged twice independently, once in gitAndTools and once at the top
level (I fixed this in 98c3490196).

So I think it's for the best if we move away from gitAndTools, and
just put all the packages it previously contained at the top level.
I've implemented this here by just making gitAndTools an alias for the
top level -- this saves having loads of lines in aliases.nix.  This
means that people can keep referring to gitAndTools in their
configuration, but it won't be allowed to be used within Nixpkgs, and
it won't be presented to new users by e.g. nix search.

The only other change here that I'm aware of is that
appendToName "minimal" is not longer called on the default git
package, because doing that would have necessitated having a private
gitBase variable like before.  I think it makes more sense not to do
that anyway, and reserve the "minimal" suffix only for gitMinimal.
2021-01-14 21:27:48 +00:00
Bruno Bigras
94f8a6994e wrangler: 1.12.3 -> 1.13.0 2021-01-14 15:36:32 -05:00
Sandro
7cb3bffc34
Merge pull request #103030 from tadfisher/remarkable-2-toolchain
remarkable2-toolchain: init at 2.5.2
2021-01-14 21:03:32 +01:00
github-actions[bot]
183b673b64
Merge master into staging-next 2021-01-14 18:54:05 +00:00
Le Anh Duc
a0a4feb0de
checkov: init at 1.0.674 2021-01-15 03:26:38 +09:00
Sandro
97259d0e38
Merge pull request #109353 from alyssais/ydiff
ydiff,gitAndTools.ydiff: unify
2021-01-14 15:30:55 +01:00
github-actions[bot]
730ff71234
Merge master into staging-next 2021-01-14 12:42:20 +00:00
Sandro
487c6c5e68
Merge pull request #109321 from rvolosatovs/update/gofumpt
gofumpt: 2020-10-27 -> 0.1.0
2021-01-14 13:27:16 +01:00
Sandro
67343245f9
Merge pull request #109314 from rvolosatovs/update/gotools
gotools: 2020-10-27 -> 2021-01-13
2021-01-14 13:22:46 +01:00
Alyssa Ross
98c3490196
ydiff,gitAndTools.ydiff: unify
We were packaging ydiff twice!

In this patch, I've merged the two expressions into one, trying to
take the best of each.  ydiff (top-level) didn't support being used as
a Python library, which is required by one other package (patroni), so
I chose gitAndTools.ydiff as the starting point, then moved in the
longDescription from the top-level one, as well as the code used to
run the tests.

While I was there, I fixed the tests, which were intended to be run by
the top-level ydiff but actually were not, because unlike mkDerivation
buildPythonApplication will not run `make test' by default.

Also, top-level ydiff previously propagated less and patchutils,
meaning they'd have been installed globally instead of just referenced
by ydiff.  gitAndTools.ydiff just did nothing.  Both also expected to
find git, hg, and svn in the environment, which was impure.  So now
all these programs are referenced by store path from ydiff, for
purity.
2021-01-14 10:38:16 +00:00
Sandro
8fcb5db84c
Merge pull request #109306 from flokli/dbmate-remove-deps
dbmate: remove deps.nix
2021-01-14 07:48:28 +01:00
github-actions[bot]
d247d74ff9
Merge master into staging-next 2021-01-14 06:44:24 +00:00
Sandro
67744a8a40
Merge pull request #109290 from TredwellGit/electron_11
electron_11: 11.1.0 -> 11.2.0
2021-01-14 07:34:05 +01:00
Jörg Thalheim
ff22087bd0
Merge pull request #109304 from Pamplemousse/radare2
radare2: Minor cleaning in expression
2021-01-14 05:47:00 +00:00
Jan Tojnar
b813710c04
Merge branch 'master' into staging-next 2021-01-14 02:24:17 +01:00
Tad Fisher
cf20c83c41
remarkable2-toolchain: init at 2.5.2 2021-01-13 15:39:31 -08:00
Roman Volosatovs
ebd91a3fb3
gofumpt: 2020-10-27 -> 0.1.0 2021-01-13 22:17:38 +01:00
Roman Volosatovs
4124b7f68e
gotools: 2020-10-27 -> 2021-01-13 2021-01-13 21:41:01 +01:00
Florian Klink
3dcd713d19 dbmate: remove deps.nix
This file wasn't removed when switching to buildGoModule, but is unused.
2021-01-13 20:21:26 +01:00
Pamplemousse
25d3912133 radare2: Minor cleaning in expression
Upstream is fixed: Removing this line does not break the build.

Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-01-13 11:46:17 -07:00
adisbladis
4003f8cbc7
treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> emacs.pkgs.withPackages
The previous names are now aliases and shouldn't be used anywhere inside nixpkgs.
2021-01-13 17:13:10 +01:00
TredwellGit
e6b1439ac2 electron_11: 11.1.0 -> 11.2.0
https://github.com/electron/electron/releases/tag/v11.2.0
2021-01-13 16:00:15 +00:00
06kellyjac
859a64428d tokei: 12.1.1 -> 12.1.2 2021-01-13 11:26:09 +00:00
sternenseemann
c955b30d4c dune-release: fix tests for newer git versions
Newer git versions show a hint when calling `git init` to set the
default initial branch to something like 'main'. This obviously is
printed to stderr and thus not hidden by `> /dev/null`. We fix the
ensuing test failure by setting a branch in the invocation.
2021-01-13 09:54:56 +01:00
Jonathan Ringer
bb243b19e8 aws-sam-cli: fix build 2021-01-12 23:20:45 -08:00
Christian Kampka
0fd3afc1b2
texi2html: Fix cross-platform build 2021-01-12 20:45:24 +01:00
github-actions[bot]
f47a1ddfe4
Merge master into staging-next 2021-01-12 18:47:24 +00:00
Sandro
af87855d6b
Merge pull request #109119 from Mic92/radare2
radare2: 4.5.1 -> 5.0.0
2021-01-12 19:15:15 +01:00
Sandro
6071c0b71d
Merge pull request #108908 from moaxcp/jbang
jbang: init at 0.58.0
2021-01-12 17:03:09 +01:00
Jörg Thalheim
23da8a6f50
radare2: 4.5.1 -> 5.0.0 2021-01-12 16:04:16 +01:00
Jörg Thalheim
3364d09e4c
strace: mpers check always
this fix pkgsStatic on x86 build where we don't support 32bit yet.
2021-01-12 13:10:38 +01:00
github-actions[bot]
bfcc20a149
Merge master into staging-next 2021-01-12 06:34:30 +00:00
John Mercier
1288812ae0 jbang: init at 0.58.0 2021-01-11 21:52:55 -05:00
Benjamin Hipple
dc04eb3eeb
Merge pull request #109044 from zowoq/skopeo
skopeo: 1.2.0 -> 1.2.1
2021-01-11 21:46:18 -05:00
github-actions[bot]
32a46d68f3
Merge master into staging-next 2021-01-12 01:04:47 +00:00
Petter S. Storvik
c7d8d75e8e
clpm: init at 0.3.5 (#108849) 2021-01-11 23:08:42 +01:00
zowoq
a5c8741dd9 skopeo: 1.2.0 -> 1.2.1
https://github.com/containers/skopeo/releases/tag/v1.2.1
2021-01-12 05:40:55 +10:00
Jan Tojnar
2b9372b2ca
Merge branch 'master' into staging-next 2021-01-11 13:36:42 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
github-actions[bot]
75bb36a66f
Merge staging-next into staging 2021-01-11 06:33:34 +00:00
github-actions[bot]
db7b9735f9
Merge master into staging-next 2021-01-11 06:33:30 +00:00
Mario Rodas
bd4c31411e
Merge pull request #108971 from marsam/update-tflint
tflint: 0.23.0 -> 0.23.1
2021-01-10 20:35:37 -05:00
Sandro
e9bebb34e8
Merge pull request #108093 from mjlbach/init_sumneko_lua 2021-01-11 02:19:52 +01:00
Jan Tojnar
88c998fb21
Merge branch 'staging-next' into staging 2021-01-10 23:24:57 +01:00
Jan Tojnar
dd72357155
Merge branch 'master' into staging-next 2021-01-10 23:24:33 +01:00
Doron Behar
d68b34650f
Merge pull request #108965 from MetaDark/texlab 2021-01-10 23:56:03 +02:00
Sandro
d085417683
Merge pull request #108970 from xaverdh/pkgs-stdenv-lib
treewide: simplify pkgs.stdenv.lib -> pkgs.lib
2021-01-10 22:47:38 +01:00
zowoq
59db4d32df gotools: drop unnecessary optional excludedPackages 2021-01-11 06:00:38 +10:00
Michael Lingelbach
a57ba9ea13 sumneko-lua-language-server: init at 1.11.2 2021-01-10 11:43:55 -08:00
Dominik Xaver Hörl
25bef2d8f9 treewide: simplify pkgs.stdenv.lib -> pkgs.lib
The library does not depend on stdenv, that `stdenv` exposes `lib` is
an artifact of the ancient origins of nixpkgs.
2021-01-10 20:12:06 +01:00
Kira Bruneau
f0e9d7e658 texlab: 2.2.1 -> 2.2.2 2021-01-10 11:55:02 -05:00
Mario Rodas
629b34fe2c tflint: 0.23.0 -> 0.23.1
https://github.com/terraform-linters/tflint/releases/tag/v0.23.1
2021-01-10 11:53:00 -05:00
Bernardo Meurer
306aefd9fc binutils: 2.34 -> 2.35.1 2021-01-10 16:09:25 +01:00
Frederik Rietdijk
0c42bb5027 Merge master into staging-next 2021-01-10 15:50:49 +01:00
Sandro
14081f6a78
Merge pull request #108845 from 06kellyjac/conftest
conftest: 0.22.0 -> 0.23.0
2021-01-10 08:12:36 +01:00
Sandro
eeee857ef8
Merge pull request #108875 from dbueno/fix/cflow-darwin-update
cflow: include darwin
2021-01-10 08:11:16 +01:00
github-actions[bot]
add2d89082
Merge master into staging-next 2021-01-10 06:32:12 +00:00
Mario Rodas
3eb5fb31ac
Merge pull request #108896 from onsails/terraform-ls
terraform-ls: 0.11.0 -> 0.12.0
2021-01-09 20:19:37 -05:00
github-actions[bot]
433c7b069c
Merge master into staging-next 2021-01-10 01:03:35 +00:00
Andrey Kuznetsov
823848a6d6
terraform-ls: 0.11.0 -> 0.12.0 2021-01-09 23:52:38 +00:00
Mario Rodas
6de3017330
Merge pull request #108886 from zowoq/ecc
editorconfig-checker: 2.2.0 -> 2.3.1
2021-01-09 18:28:21 -05:00
zowoq
54d89e7ffc buildah: 1.18.0 -> 1.19.0
https://github.com/containers/buildah/releases/tag/v1.19.0
2021-01-10 06:51:26 +10:00
zowoq
e39dd05e66 editorconfig-checker: 2.2.0 -> 2.3.1
https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.3.0
https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.3.1
2021-01-10 06:45:55 +10:00
github-actions[bot]
fcbe48c797
Merge master into staging-next 2021-01-09 18:41:27 +00:00
Denis Bueno
d5eb22ffe3 cflow: include darwin
cflow no longer errors out on darwin
2021-01-09 10:24:46 -07:00
Vincent Laporte
b3351951b0 ocamlPackages.camlp5: 7.13 → 7.14 2021-01-09 14:00:53 +01:00
06kellyjac
473ead7488 conftest: 0.22.0 -> 0.23.0 2021-01-09 10:49:30 +00:00
github-actions[bot]
e251591528
Merge master into staging-next 2021-01-09 01:00:25 +00:00
Peter Simons
c25fc73a81
Merge pull request #108252 from NixOS/haskell-updates
Update Haskell package set to Stackage Nightly 2021-01-02 (plus other fixes)
2021-01-08 21:36:14 +01:00
Malte Brandy
7829f94244
haskelPackages.haskell-language-server: 0.7.1 -> 0.8.0 2021-01-08 20:57:02 +01:00
github-actions[bot]
f89e74dbcc
Merge master into staging-next 2021-01-08 18:37:56 +00:00
github-actions[bot]
ecebf82121
Merge master into staging-next 2021-01-08 12:29:36 +00:00
Alvar Penning
757889019b golangci-lint: 1.33.0 -> 1.35.0 2021-01-08 11:12:07 +01:00
Mario Rodas
0946f962f4 nimlsp: init at 0.2.6
Co-authored-by: nbonfils <nbonfils@users.noreply.github.com>
2021-01-08 11:04:25 +01:00
Sandro
aaee60c696
Merge pull request #108706 from ruuda/fcct090
fedora-coreos-config-transpiler: 0.8.0 -> 0.9.0
2021-01-08 09:39:37 +01:00
Jan Tojnar
e6c0c98940
Merge branch 'master' into staging-next
zynaddsubfx conflict has been updated to 3.0.1, which conflicted with rewrite after 3.0.5 update on a different branch.
2021-01-08 02:07:34 +01:00
Sandro
4e56648708
Merge pull request #108682 from NobbZ/lttng-ust-python3 2021-01-07 23:00:00 +01:00
Peter Simons
b6ba72e0e0 Merge remote-tracking branch 'origin/master' into haskell-updates. 2021-01-07 21:50:50 +01:00
Sandro
fe9d3a4f26
Merge pull request #108683 from marsam/update-rubocop
rubocop: 1.1.0 -> 1.8.0
2021-01-07 21:35:25 +01:00
github-actions[bot]
5c072a088d
Merge master into staging-next 2021-01-07 18:40:50 +00:00
asymmetric
d80ba82f2e
gopls: 0.5.3 -> 0.6.2 (#108702) 2021-01-07 18:38:46 +00:00
Ruud van Asseldonk
dd6810066a fedora-coreos-config-transpiler: 0.8.0 -> 0.9.0 2021-01-07 19:20:23 +01:00
Doron Behar
f211631c1c
Merge pull request #108690 from MetaDark/texlab
texlab: 2.2.0 -> 2.2.1
2021-01-07 19:50:35 +02:00
Kira Bruneau
5383c549b7 texlab: 2.2.0 -> 2.2.1 2021-01-07 11:09:48 -05:00
Norbert Melzer
701ece608b lttng-ust: python2 => python3
whitespace cleanup
2021-01-07 16:13:07 +01:00
github-actions[bot]
a544214cae
Merge master into staging-next 2021-01-07 12:27:10 +00:00
Jan Tojnar
f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Sandro
31eeb468ed
Merge pull request #108621 from onsails/tabnine
tabnine: 3.1.1 -> 3.2.63
2021-01-07 12:42:02 +01:00
Sandro
8803216aa0
Merge pull request #108658 from marsam/update-timescaledb-tune
timescaledb-tune: 0.9.0 -> 0.10.0
2021-01-07 12:41:38 +01:00
Sandro
7087244dff
Merge pull request #108655 from marsam/update-buildkit 2021-01-07 12:32:31 +01:00
Sandro
e3dc56f40c
Merge pull request #108630 from Chili-Man/kustomize-3.9.1-update
kustomize: 3.8.7 -> 3.9.1
2021-01-07 12:20:12 +01:00
Sandro
e246b90ad2
Merge pull request #108620 from tckmn/pry-0.13.1
pry: 0.12.2 -> 0.13.1
2021-01-07 11:23:38 +01:00
Sandro
7c3f3c70c4
Merge pull request #108599 from yusdacra/add-tug 2021-01-07 11:15:55 +01:00
Andrey Kuznetsov
daf463b576
tabnine: 3.1.1 -> 3.2.63 2021-01-07 09:27:03 +00:00
Mario Rodas
a853e00e9d rubocop: 1.1.0 -> 1.8.0 2021-01-07 04:20:00 +00:00
Mario Rodas
24b589bbcd timescaledb-tune: 0.9.0 -> 0.10.0 2021-01-07 04:20:00 +00:00
Mario Rodas
e9b490b47d buildkit: 0.8.0 -> 0.8.1
https://github.com/moby/buildkit/releases/tag/v0.8.1
2021-01-07 04:20:00 +00:00
Diego Rodriguez
1d7a4ea45f
kustomize: 3.8.7 -> 3.9.1 2021-01-06 18:49:39 -07:00
Sandro
0cfa3979b4
Merge pull request #108596 from oxalica/rust-analyzer 2021-01-07 02:48:11 +01:00
(cdep)illabout
be17beade1
spago: 0.18 -> 0.19 2021-01-07 10:17:52 +09:00
Andy Tockman
35eb8b7b9b pry: 0.12.2 -> 0.13.1 2021-01-06 16:38:32 -06:00
Yusuf Bera Ertan
c6ff52406f
turbogit: init at v1.2.0 2021-01-06 23:48:18 +03:00
oxalica
4c247d7729
rust-analyzer: 2020-11-09 -> 2021-01-04 2021-01-07 03:16:02 +08:00
Timo Kaufmann
313816590b
Merge pull request #108328 from ericdallo/bump-clojure-lsp
clojure-lsp: 20201228T020543 -> 2021.01.03-00.42.23
2021-01-06 17:58:13 +01:00
Sandro
0425b4c1d1
Merge pull request #108549 from marsam/update-tflint
tflint: 0.22.0 -> 0.23.0
2021-01-06 12:09:30 +01:00
Sandro
fd0c2add78
Merge pull request #108555 from Enzime/remove/maintainer-status
treewide: stop maintaining most packages
2021-01-06 11:42:54 +01:00
Michael Hoang
31f9051cf6 treewide: stop maintaining most packages 2021-01-06 17:06:03 +11:00
Orivej Desh
de753c64f9 hydraUnstable: patch to support nixUnstable 2.4pre20201205_a5d85d0
Upstream PR: https://github.com/NixOS/hydra/pull/840
2021-01-06 06:05:52 +00:00
Mario Rodas
2e7968e494 tflint: 0.22.0 -> 0.23.0
https://github.com/terraform-linters/tflint/releases/tag/v0.23.0
2021-01-05 22:39:45 -05:00
Vincent Laporte
6b0396351e ocamlPackages.lambdaTerm: 2.0.3 → 3.1.0
ocamlPackages.utop: 2.4.3 → 2.6.0
2021-01-05 18:23:20 +01:00
Doron Behar
d9dba88d08
Merge pull request #106742 from freezeboy/migrate-qt515 2021-01-05 19:05:55 +02:00
oxalica
44a8cf19b1
rust-analyzer: fix update script 2021-01-05 23:37:09 +08:00
github-actions[bot]
0e4e47512d
Merge master into staging-next 2021-01-05 00:56:58 +00:00
Maximilian Bosch
61b8a2c720
rustracer: 2.1.35 -> 2.1.40, fix build
Failing build: https://hydra.nixos.org/build/134175791
ChangeLog: https://github.com/racer-rust/racer/blob/v2.1.40/CHANGELOG.md

A few more things are worth noting:

* It's not possible to update to latest version (2.1.42) at the time of
  committing since this requires a newer `rustc` (1.51 to be precise) to
  compile.
* For proper completion, `rustLibSrc` rather than `rustcSrc` must be
  used now. The two were separated here previously[1].
* Dropped the `checkPhase` and replaced it with a list of `checkFlags`.
  This has the benefit that the default `checkPhase` from
  `buildRustPackage` can be used which properly configures parallelism
  and which target to use (i.e. `release` in this case which reduces
  build time).

[1] 68060f6f6f
2021-01-04 21:20:42 +01:00
Frederik Rietdijk
b20838eb4a Merge staging-next into staging 2021-01-04 20:51:32 +01:00
freezeboy
7aaadab55c solarus,solarus-quest-editor: migrate to Qt5.15 2021-01-04 16:24:05 +01:00
Anderson Torres
a5c848382c
Merge pull request #108261 from AndersonTorres/updates
Misc updates
2021-01-04 10:17:22 -03:00
Eelco Dolstra
f6e519f39e
Merge pull request #96495 from Mindavi/lcov-1.15
lcov: 1.14 -> 1.15
2021-01-04 13:51:49 +01:00