Commit Graph

4504 Commits

Author SHA1 Message Date
Felix Singer
8002a4a133 coreboot-toolchain: Allow adding new architectures
Rework package so that new target architectures can be added and reuse
common configurations.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-20 02:18:05 +01:00
Jonathan Ringer
fadaef5aed
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/networking/browsers/chromium/common.nix
2021-11-19 14:31:57 -08:00
Yurii Matsiuk
3962f85607
drush: fix build 2021-11-19 19:29:03 +01:00
Jonathan Ringer
49a2392306
gengetopt: disable parallelism
Test suite is not thread safe.
2021-11-19 01:03:49 -08:00
Fabian Affolter
ddcf2bb8c1 pwndbg: update ropgadget 2021-11-19 00:13:01 +01:00
Sergei Trofimovich
4072681207 automake: 1.16.3 -> 1.16.5 2021-11-17 14:12:34 +00:00
github-actions[bot]
f8cf67790e
Merge master into staging-next 2021-11-17 06:01:28 +00:00
figsoda
6ad04bcb7d
Merge pull request #146243 from figsoda/treewide-rust-feature
treewide: use buildFeatures and checkFeatures for rust packages
2021-11-16 21:00:48 -05:00
Jonathan Ringer
a2e621d20d
Merge remote-tracking branch 'origin/master' into staging-next 2021-11-16 07:50:20 -08:00
figsoda
b73c22c537 tokei: use buildFeatures 2021-11-16 08:11:53 -05:00
figsoda
5a1b5f86d5 sccache: use buildFeatures 2021-11-16 08:11:52 -05:00
endorama
916b25435f docopts: 0.6.3 -> 0.6.4
Version 0.6.3 was affected by a bug (https://github.com/docopt/docopts/issues/47) that has been resolved in 0.6.4.

Signed-off-by: Edoardo Tenani <edoardo.tenani@pm.me>
2021-11-16 12:42:27 +01:00
Sergei Trofimovich
c7f31cfa6a cvise: 2.3.0 -> 2.4.0
Add new python3Packages.chardet dependency and switch to latest llvm.
cvise does a good job supporting llvm version range.
2021-11-15 22:28:54 +00:00
Vladimír Čunát
add40e9d32
Merge #144998: autoconf: pull upstream fix (into staging) 2021-11-15 20:33:13 +01:00
github-actions[bot]
faf5da6aed
Merge staging-next into staging 2021-11-15 12:01:44 +00:00
Vladimír Čunát
64065d76f4
Merge #144730: branch 'staging-next' 2021-11-15 11:52:15 +01:00
Doron Behar
c294b8de0f
Merge pull request #146005 from kira-bruneau/texlab 2021-11-15 10:54:50 +02:00
Ryan Burns
9ef49d13de
Merge pull request #146007 from kira-bruneau/ccache
ccache: 4.4.2 → 4.5
2021-11-14 12:06:25 -08:00
Kira Bruneau
f82b8909cb texlab: 3.3.0 → 3.3.1 2021-11-14 14:18:14 -05:00
Kira Bruneau
5e7e5e5d41 ccache: 4.4.2 → 4.5 2021-11-14 14:17:02 -05:00
Jörg Thalheim
6dba3177c5
Merge pull request #145782 from trofi/update-elfutils
elfutils: 0.185 -> 0.186
2021-11-14 11:35:28 +00:00
Sergei Trofimovich
fd17139b80 elfutils: 0.185 -> 0.186
Dropped one upstreamed patch.
2021-11-14 00:08:48 +00:00
Sandro
22a4fcfd4e
Merge pull request #145239 from Stunkymonkey/development-pname-version-1 2021-11-13 23:59:13 +01:00
github-actions[bot]
65356b24bf
Merge staging-next into staging 2021-11-12 18:01:48 +00:00
github-actions[bot]
699560194d
Merge master into staging-next 2021-11-12 18:01:08 +00:00
Sandro
f12351d5c5
Merge pull request #135931 from joachimschmidt557/intel-gpu-tools-1.26 2021-11-12 17:57:02 +01:00
github-actions[bot]
62b9b0d9e8
Merge staging-next into staging 2021-11-11 00:02:20 +00:00
github-actions[bot]
b199af176d
Merge master into staging-next 2021-11-11 00:01:45 +00:00
Felix Singer
0faf3230fb coreboot-toolchain: Improve reproducibility
For reproducibility, the toolchain build system appends a specific
version string to the usual version string of the tools. Before 4.15,
the build system used git for that at runtime and since the .git
directory is removed by the NixOS build system, the version string was
empty and resulted in `v_`.

Now, the toolchain build system prefers using the environment variable
`CROSSGCC_VERSION` if set. Thus, extract the version string in the
postFetch phase and set `CROSSGCC_VERSION` in the build phase.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-10 20:15:05 +01:00
Felix Singer
ee2417a226 coreboot-toolchain: 4.14 -> 4.15
Update to latest release.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-10 19:39:12 +01:00
Felix Singer
60d1033025 coreboot-toolchain: Rework update script
Rework update script so that it needs to be run from the root directory
of nixpkgs and get rid of relative paths. Also, move the resulting file
`sources.nix` into the package directory.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-10 19:38:31 +01:00
Felix Singer
4e75ca5bae coreboot-toolchain: Disable fetching of submodules
Submodules are not needed. Thus, disable fetching of the submodules.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-10 19:05:19 +01:00
Felix Buehler
388a3a14d8 autoconf: rename name to pname&version 2021-11-10 14:05:09 +01:00
Felix Buehler
66e4f4b3ee pkgs/development: followup fmt 2021-11-10 14:03:48 +01:00
Felix Buehler
345d71ffd0 pkgs/development: rename name to pname&version 2021-11-10 14:03:21 +01:00
Sergei Trofimovich
70f8d78dcc autoconf: pull upstream fix for autoreconf race
Before this change `xfce.garcon` did not always compile successfully:

    $ c=1; while nix build --rebuild -f. xfce.garcon --cores 1; do (( c+=1 )); echo again with $c; done
    ...
    again with 4
    garcon-gtk/Makefile.am: installing './depcomp'
    .../am/depend2.am: error: am__fastdepCC does not appear in AM_CONDITIONAL
    .../am/depend2.am:   The usual way to define 'am__fastdepCC' is to add 'AC_PROG_CC'

This happens due to an autoconf bug when m4 is called within 1 second:
    Upstream report and fix: https://savannah.gnu.org/support/index.php?110521

The change allows `xfce.garcon` to rebuild 60 times in a row without failures.
2021-11-09 18:02:06 +00:00
github-actions[bot]
9ecd6bf4df
Merge staging-next into staging 2021-11-08 18:02:05 +00:00
github-actions[bot]
f14d7cb2f6
Merge master into staging-next 2021-11-08 18:01:24 +00:00
Thiago Kenji Okada
4ef967af20 clojure-lsp: mark it as broken on non-x86_64 platforms
It depends on datalevin, a SVM dependency that nowadays explicitly
supports x86_64 only.

However, it may support aarch64 in the future, so mark it as broken.
2021-11-08 12:48:01 -03:00
Ryan Burns
aa1277c258
Merge pull request #144957 from KAction/static/indent
indent: fix static build
2021-11-07 12:08:14 -08:00
Dmitry Bogatov
4802e8085d
Update pkgs/development/tools/misc/indent/default.nix
Co-authored-by: Ryan Burns <52847440+r-burns@users.noreply.github.com>
2021-11-07 14:39:56 -05:00
Dmitry Bogatov
20121dc08d
Update pkgs/development/tools/misc/indent/default.nix
Co-authored-by: Ryan Burns <52847440+r-burns@users.noreply.github.com>
2021-11-07 14:38:22 -05:00
github-actions[bot]
8130cf6764
Merge staging-next into staging 2021-11-07 06:01:36 +00:00
github-actions[bot]
1093ddf273
Merge master into staging-next 2021-11-07 06:01:02 +00:00
Thiago Kenji Okada
424d276cb7
Merge pull request #144481 from ericdallo/bump-clojure-lsp
clojure-lsp: 2021.09.30-15.28.01 -> 2021.11.02-15.24.47
2021-11-07 02:04:24 -03:00
Dmitry Bogatov
e762e6ab9e indent: fix static build 2021-11-07 00:46:24 -04:00
Sandro Jäckel
5cd64d018d
autogen: format 2021-11-05 21:07:40 +01:00
Sandro
c8769cc03c
Merge pull request #142602 from Artturin/strictdepsfixes 2021-11-05 19:33:27 +01:00
github-actions[bot]
933da575d4
Merge master into staging-next 2021-11-05 18:01:07 +00:00
Artturin
66ee13595f autogen: fix build with strictDeps 2021-11-05 19:57:04 +02:00
Artturin
0a5f2516bc itstool: enable strictDeps 2021-11-05 19:57:03 +02:00
Sandro
354ff094e4
Merge pull request #103940 from leo60228/netcoredbg 2021-11-05 18:09:29 +01:00
Artturin
e73d3348f3 help2man: fix build with strictDeps
and enable strictDeps
perlPackages.perl is needed in nativeBuildInputs because of
the configuration script
2021-11-05 15:30:43 +02:00
leo60228
eba0510e18
netcoredbg: init at 1.2.0-825 2021-11-04 14:42:06 -04:00
github-actions[bot]
3567177949
Merge staging-next into staging 2021-11-03 18:10:58 +00:00
Eric Dallo
ed16d21897
clojure-lsp: 2021.09.30-15.28.01 -> 2021.11.02-15.24.47 2021-11-03 13:28:14 -03:00
Robert Hensing
c8a63f5adf
Merge pull request #114456 from thefloweringash/elk-update
elk: 7.5.1 -> 7.11.1
2021-11-03 13:16:02 +01:00
github-actions[bot]
bf39715fe0
Merge staging-next into staging 2021-11-03 12:01:58 +00:00
Andrew Childs
06f7b8b2ce kibana7: 7.5.1 -> 7.11.1; drop enableUnfree 2021-11-03 11:35:51 +01:00
Bobby Rong
4789953e5c
Merge pull request #143075 from newAM/saleae-logic-2
saleae-logic-2: 2.3.38 -> 2.3.39
2021-11-03 18:19:35 +08:00
Ryan Burns
2d78d6e01b
Merge pull request #126557 from r-burns/autogen
[staging] autogen: fix patchelf invocation to remove generic build path from rpath
2021-11-02 10:30:22 -07:00
Sandro
027f675644
Merge pull request #144160 from SuperSandro2000/ruamel 2021-11-02 15:34:00 +01:00
Sandro Jäckel
b2767b69dd
python39Packages.ruamel-yaml: normalise name, adopt 2021-11-02 13:38:06 +01:00
github-actions[bot]
3f03065e05
Merge staging-next into staging 2021-11-02 00:02:12 +00:00
github-actions[bot]
d27dd6653e
Merge master into staging-next 2021-11-02 00:01:32 +00:00
Raymond Gauthier
3a912b2cac
nxpmicro-mfgtools: 1.4.72 -> 1.4.165
Also:

 -  Add support for provided bash completions.
 -  Add myself as maintainer.
2021-11-01 14:53:58 -04:00
github-actions[bot]
9a002bac35
Merge staging-next into staging 2021-10-29 18:01:38 +00:00
github-actions[bot]
6317a19147
Merge master into staging-next 2021-10-29 18:01:00 +00:00
Patrick Hilhorst
35d7cfc781
Merge pull request #143588 from r-ryantm/auto-update/circleci-cli 2021-10-29 18:44:00 +02:00
R. Ryantm
81a43e138f circleci-cli: 0.1.15848 -> 0.1.16122 2021-10-29 06:51:05 +00:00
github-actions[bot]
d9aba51052
Merge staging-next into staging 2021-10-29 06:01:42 +00:00
github-actions[bot]
e7fbce41fc
Merge master into staging-next 2021-10-29 06:01:10 +00:00
Mario Rodas
58f9f0c383
Merge pull request #143411 from r-ryantm/auto-update/terracognita
terracognita: 0.7.3 -> 0.7.4
2021-10-28 22:26:07 -05:00
github-actions[bot]
37b1afa489
Merge staging-next into staging 2021-10-28 18:02:03 +00:00
Martin Weinelt
da1f248229 Merge remote-tracking branch 'origin/master' into staging-next 2021-10-28 19:51:45 +02:00
Alyssa Ross
3f01b576af
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
	nixos/doc/manual/release-notes/rl-2111.section.md
2021-10-28 16:07:38 +00:00
R. Ryantm
d2ffd758bd terracognita: 0.7.3 -> 0.7.4 2021-10-28 15:52:59 +00:00
Mario Rodas
28405cad78
Merge pull request #143371 from r-ryantm/auto-update/terraformer
terraformer: 0.8.17 -> 0.8.18
2021-10-28 09:11:43 -05:00
R. Ryantm
dcb22ec280 terraformer: 0.8.17 -> 0.8.18 2021-10-28 12:22:40 +00:00
github-actions[bot]
ea4da560ff
Merge master into staging-next 2021-10-28 12:01:32 +00:00
Sandro
2207e2d15c
Merge pull request #143335 from r-ryantm/auto-update/terraform-ls 2021-10-28 11:28:29 +02:00
R. Ryantm
252b473145 terraform-ls: 0.22.0 -> 0.23.0 2021-10-28 09:04:40 +00:00
github-actions[bot]
a1e570b43e
Merge master into staging-next 2021-10-28 00:01:36 +00:00
Jan Tojnar
96b292375b
Merge pull request #143155 from r-ryantm/auto-update/php74Extensions.blackfire
php74Extensions.blackfire: 1.67.0 -> 1.69.0
2021-10-27 21:01:00 +02:00
R. Ryantm
dbee63ce91 php74Extensions.blackfire: 1.67.0 -> 1.69.0 2021-10-27 13:38:34 +00:00
github-actions[bot]
d33a58f89d
Merge master into staging-next 2021-10-27 12:01:20 +00:00
Florian Klink
106b9508d7
Merge pull request #143055 from starcraft66/upgrade-k2tf
k2tf: 0.5.0 -> 0.6.3
2021-10-27 12:55:20 +02:00
Alex Martens
2046db60e4 saleae-logic-2: 2.3.38 -> 2.3.39 2021-10-26 21:53:15 -07:00
Tristan Gosselin-Hane
a41dcaaddd k2tf: 0.5.0 -> 0.6.3 2021-10-26 18:08:47 -04:00
github-actions[bot]
7455d89599
Merge staging-next into staging 2021-10-26 18:01:57 +00:00
github-actions[bot]
9a27efeb34
Merge master into staging-next 2021-10-26 18:01:19 +00:00
Sandro Jäckel
2a5a4c89db
ycmd: remove ? null, little cleanup, formatting 2021-10-26 13:35:17 +02:00
github-actions[bot]
a16b1b54b3
Merge staging-next into staging 2021-10-25 12:02:08 +00:00
github-actions[bot]
0336295c41
Merge master into staging-next 2021-10-25 12:01:31 +00:00
Andrew Childs
5d025ae9ab Revert "kibana update nodejs 10 -> 14"
The current version of kibana in nixpkgs is 7.10.2, and according to
upstream:

> Currently version 7.11 and newer run Node.js 14, while 7.10 and
> older run Node.js 10

Kibana running on Node.js 14 appears to break logging and possibly
more.

This reverts commit 6f28a718e5.
2021-10-25 18:44:05 +09:00
github-actions[bot]
e3eaad4c0b
Merge staging-next into staging 2021-10-24 12:02:01 +00:00
github-actions[bot]
e84dc8ac6b
Merge master into staging-next 2021-10-24 12:01:27 +00:00
Fabian Affolter
05b40133c5 nrfutil: 6.1 -> 6.1.3 2021-10-23 14:49:11 +02:00
github-actions[bot]
f9ab4de694
Merge staging-next into staging 2021-10-22 18:01:54 +00:00
Jonathan Ringer
fc25d94010
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/jupyter-client/default.nix
	pkgs/development/python-modules/jupyterlab-git/default.nix
2021-10-22 09:33:07 -07:00
figsoda
cc5cc3101c
Merge pull request #142267 from figsoda/remove-racerd
rustracerd: remove
2021-10-22 09:30:04 -04:00
Maximilian Bosch
91a669f67f
Merge pull request #141217 from r-burns/help2man
[staging] help2man: 1.48.1 -> 1.48.5
2021-10-22 15:14:35 +02:00
R. RyanTM
6ad88ef0bf php74Extensions.blackfire: 1.66.0 -> 1.67.0 2021-10-21 21:18:46 +02:00
Sandro
5d74ff4206
Merge pull request #141443 from jtojnar/blackfire-2 2021-10-21 20:22:09 +02:00
Alex Martens
06078e865d saleae-logic-2: 2.3.37 -> 2.3.38 2021-10-21 19:58:30 +02:00
Jan Tojnar
25450f2b29 blackfire: 1.49.4 → 2.5.1
https://blackfire.io/docs/up-and-running/agent-upgrade
2021-10-21 17:40:19 +02:00
figsoda
18335b226e editorconfig-core-c: set meta.mainProgram 2021-10-21 09:17:40 -04:00
figsoda
28aa1f987c rustracerd: remove 2021-10-19 19:17:46 -04:00
Vladimír Čunát
fa5ad84c00
Merge #142012: binutils: 2.35.1 → 2.35.2 (into staging) 2021-10-19 07:13:55 +02:00
github-actions[bot]
b0a41194a1
Merge master into staging-next 2021-10-18 18:01:14 +00:00
Matthieu Coudron
253af9151f luaPackages: update
- luarocks-nix: bumped to pass args too, `package_X = callPackage ...`.
  It allows to remove the annoying `with self`.
  This new version disables tests (because broken) and now emits derivation
  with a callPackage in front.
- replaced X.override with lib.overrideLuarocks, it should be used
whenever buildInputs/extraVariables is changed since it impacts the
generated luarocks config.
Once structured attributes are in, it will be easier to have the
luarocks config generated by a hook and we probably will be able to
replace all overrideLuarocks by overrideAttrs.
2021-10-18 19:48:07 +02:00
Fabián Heredia Montiel
745023e01a binutils: patch CVE-2021-3487 2021-10-17 16:25:25 -05:00
Fabián Heredia Montiel
f378420360 binutils: 2.35.1 → 2.35.2
CVEs:

- https://nvd.nist.gov/vuln/detail/CVE-2020-35448 (3.3 Low)
- https://nvd.nist.gov/vuln/detail/CVE-2021-20284 (5.5 Medium)
- https://nvd.nist.gov/vuln/detail/CVE-2021-20294 (7.8 High)
2021-10-17 16:25:25 -05:00
Ryan Burns
3220fbe696 Merge branch 'master' into staging-next 2021-10-16 16:07:38 -07:00
Michael Raskin
397b649283 luaPackages.luarocks-3_7: init so that the reverted update can be accessed if desired 2021-10-16 20:57:36 +02:00
Michael Raskin
5c93a7780a Revert "luarocks: 3.2.1 -> 3.7.0"
This reverts commit eec90bc9d5.

See discussion in:
  https://github.com/NixOS/nixpkgs/pull/141718
  https://github.com/NixOS/nixpkgs/pull/80528
2021-10-16 20:54:36 +02:00
Sandro
dd455cbf13
Merge pull request #141874 from amesgen/macdylibbundler-1.0.0 2021-10-16 18:27:03 +02:00
amesgen
29c8e91c5d
macdylibbundler: 20180825 -> 1.0.0 2021-10-16 15:00:38 +02:00
Kira Bruneau
7cd65916e9 texlab: 3.2.0 → 3.3.0 2021-10-16 01:05:31 -04:00
Martin Weinelt
a415d5dd2e Merge remote-tracking branch 'origin/master' into staging-next 2021-10-15 23:10:08 +02:00
Aman Verma
eec90bc9d5 luarocks: 3.2.1 -> 3.7.0 2021-10-15 02:14:05 -04:00
Martin Weinelt
adf4e67dd4 Merge remote-tracking branch 'origin/staging' into staging-next 2021-10-15 01:34:36 +02:00
Peter Simons
476635afe1 Drop myself from meta.maintainers for most packages.
I'd like to reduce the number of Github notifications and
review requests I receive.
2021-10-14 11:01:27 +02:00
polygon
0c372b790e dfu-util: 0.10 -> 0.11 2021-10-13 23:00:44 +02:00
github-actions[bot]
5065827878
Merge staging-next into staging 2021-10-12 00:02:05 +00:00
Artturi
8f6a595c99
Merge pull request #135953 from r-ryantm/auto-update/blackfire 2021-10-11 21:05:17 +03:00
github-actions[bot]
92a15c8929
Merge staging-next into staging 2021-10-11 18:01:55 +00:00
Sandro
3ae4c035be
coreboot-toolchain: minor cleanup 2021-10-11 15:17:05 +02:00
github-actions[bot]
d21a1c3fbc
Merge staging-next into staging 2021-10-11 12:02:07 +00:00
Sergei Trofimovich
d23b22e4f9
dejagnu: 1.6.2 -> 1.6.3 (#141206)
* dejagnu: 1.6.2 -> 1.6.3

Move to out-of-tree build to avoid testsuite failure.
2021-10-11 01:08:52 -07:00
github-actions[bot]
03d816e015
Merge staging-next into staging 2021-10-11 00:02:14 +00:00
Ryan Burns
0166a98edc help2man: 1.48.1 -> 1.48.5 2021-10-10 15:45:15 -07:00
Felix Singer
0b2b0331f0 coreboot-toolchain: Use sources.nix generated by update.sh
Use sources.nix for all source files (except coreboot) generated by
update.sh.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-10-10 01:05:45 +02:00
Felix Singer
28383a922e coreboot-toolchain: Introduce script for generating sources file
Add and adjust update script from
https://git.petabyte.dev/petabyteboy/corenix.

The script is meant to be run from the package directory of the
coreboot-toolchain. The script generates a sources.nix files, which
contains all sources used for the coreboot toolchain and some other
tools. Thus, it needs to be stripped down to the necessary sources.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-10-09 22:19:46 +02:00
Felix Singer
cff7863c34 coreboot-toolchain: Use git repository as source
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-10-09 19:39:54 +02:00
Ryan Burns
27e0b4bd1e
Merge pull request #135851 from r-burns/elfutils
[staging] elfutils: 0.182 -> 0.185, cleanup
2021-10-08 11:32:36 -07:00
github-actions[bot]
605eb4e1e0
Merge staging-next into staging 2021-10-08 18:01:58 +00:00
Felix Singer
6d7fd89453 coreboot-toolchain: Set pname instead of name
Set `pname` instead of `name` since `name` is derived from
`${pname}-${version}`.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-10-08 04:46:09 +02:00
github-actions[bot]
c081bc394c
Merge staging-next into staging 2021-10-07 18:01:44 +00:00
Ryan Burns
f609e8290d
Merge pull request #112455 from baloo/baloo/gdb/debuginfod
gdb: add support for debuginfod
2021-10-07 01:04:37 -07:00
Neubauer, Sebastian
93eb7786c9 arcanist: Update certs to fix letsencrypt
Due to the old root certificate used by letsencrypt expiring, arcanist
could not connect anymore to servers using letsencrypt (like
reviews.llvm.org).

Fix it by using the default nix certificates.
2021-10-06 14:40:02 +02:00
github-actions[bot]
afcd8b2bad
Merge staging-next into staging 2021-10-04 12:01:58 +00:00
github-actions[bot]
7bc9a371ec
Merge master into staging-next 2021-10-04 12:01:24 +00:00
Bobby Rong
2a1e3ac2bd
Merge pull request #136610 from jlesquembre/polylith
polylith: 0.1.0-alpha9 -> 0.2.12-alpha
2021-10-04 19:58:07 +08:00
Sandro
43f30849ba
Merge pull request #139361 from trofi/autogen-guile-3 2021-10-04 10:42:26 +02:00
github-actions[bot]
329f56da4b
Merge master into staging-next 2021-10-03 18:01:08 +00:00
Bobby Rong
0204144911
Merge pull request #135072 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.15824 -> 0.1.15848
2021-10-03 22:24:21 +08:00
github-actions[bot]
a484ea4131
Merge master into staging-next 2021-10-03 06:01:22 +00:00
Thiago Kenji Okada
d672332c26 clojure-lsp: remove "-H:CheckToolchain" on macOS 2021-10-02 12:50:44 -03:00
Thiago Kenji Okada
72971ccccb clojure-lsp: reduce closure size
Before:

```
$ nix path-info -S ./result -h
/nix/store/z8802pkmg77wq10kz851fvrjib0pm75f-clojure-lsp-2021.09.30-15.28.01	  2.0G
```

After:

```
$ nix path-info -S ./result -h
/nix/store/1q6r7z9ga2hnar1gj5gbd6s0b3h5xhp8-clojure-lsp-2021.09.30-15.28.01	154.4M
```
2021-10-02 11:41:47 -03:00