Uri Baghin
63c7774d20
Merge pull request #245860 from dmivankov/patch-4
...
bazel_6: installCheckPhase .bazelversion override
2023-08-15 11:09:42 +10:00
Artturin
aae9f2ca22
sbt-with-scala-native: use overrideAttrs
to fix nativeBuildInputs
splicing
...
preserve old nativeBuildInputs which includes autoPatchelfHook which was
not there when this override was added
drop the `sha256` and `version` overrides which have never worked
properly because they haven't been overriding src.
`sha256` and `version` were added in 49c7bed763
2023-08-15 01:40:12 +03:00
Dmitry Ivankov
5790912514
bazel_6: installCheckPhase .bazelversion override
...
In case bazel dist archive includes .bazelversion (like in 5.4.1 https://github.com/bazelbuild/bazel/issues/18189 or 6.3.1rc1) running bazel commands in dist worktree will require using version specified in .bazelversion. If .bazelversion is absent there any available version will be used.
Let's make sure we don't fail installCheckPhase for dist archives that do include .bazelversion (note: bazel bootstrapping from sources not via bazel works regardless of that file, so that's only about test/check phases)
2023-08-14 10:16:17 +02:00
github-actions[bot]
16762707cd
Merge staging-next into staging
2023-08-14 06:01:28 +00:00
github-actions[bot]
b782e1dc08
Merge master into staging-next
2023-08-14 06:00:58 +00:00
Austin Seipp
6e287913f7
buck2: include prelude source in .prelude passthru
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-08-14 00:24:09 -05:00
Austin Seipp
e85b6933d5
buck2: minor tweaks
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-08-14 00:24:09 -05:00
Anderson Torres
8ad7ef7624
wafHook: refactor setup-hook.sh
...
- shellcheck
- remove local flagsArray self-insertion
- split prefix flag insertion
2023-08-13 03:23:09 +00:00
Anderson Torres
3fb619b6fa
wafHook: refactor
...
- Move the files to the waf directory;
- Add meta.
2023-08-13 03:23:09 +00:00
Anderson Torres
10d0174545
waf: refactor
...
- Reorder parameter listing;
- withTools -> extraTools;
- Remove `? null` references;
- Use rec-less, overlay-style overridable recursive attributes (in effect since
NixOS#119942);
- Add runHook's to phases;
- Remove nested with (according to
https://nix.dev/recipes/best-practices#with-scopes ).
- Set `meta.mainProgram`, according to
https://github.com/NixOS/nixpkgs/pull/246386
Also, add myself as maintainer.
2023-08-13 03:23:09 +00:00
github-actions[bot]
1c6eb8b975
Merge staging-next into staging
2023-08-11 00:02:18 +00:00
Jakub Kozłowski
cf73a86c35
Merge pull request #248399 from r-ryantm/auto-update/scala-cli
2023-08-11 01:14:40 +02:00
R. Ryantm
5441957ef9
scala-cli: 1.0.2 -> 1.0.4
2023-08-10 18:13:56 +00:00
Olli Helenius
583c3dcf98
gradle: provide meta.mainProgram
2023-08-10 21:00:04 +03:00
github-actions[bot]
025b892dad
Merge staging-next into staging
2023-08-10 06:01:30 +00:00
R. Ryantm
0706a28c36
bmake: 20230711 -> 20230723
2023-08-10 00:41:03 +00:00
github-actions[bot]
597f030762
Merge staging-next into staging
2023-08-07 18:01:43 +00:00
github-actions[bot]
462b4c7567
Merge master into staging-next
2023-08-07 18:01:16 +00:00
meppu
31330030c8
rebar3: 3.22.0 -> 3.22.1
2023-08-07 20:51:19 +08:00
github-actions[bot]
3e483a0e1f
Merge staging-next into staging
2023-08-07 06:01:33 +00:00
github-actions[bot]
529e3475fc
Merge master into staging-next
2023-08-07 06:01:04 +00:00
Robert Schütz
02d0ba3c20
corrosion: 0.3.5 -> 0.4.2
...
Diff: https://github.com/corrosion-rs/corrosion/compare/v0.3.5...v0.4.2
Changelog: https://github.com/corrosion-rs/corrosion/blob/v0.4.2/RELEASES.md
2023-08-06 11:26:55 -07:00
github-actions[bot]
02129e4ac4
Merge staging-next into staging
2023-08-02 00:02:35 +00:00
github-actions[bot]
1e74d60033
Merge master into staging-next
2023-08-02 00:01:57 +00:00
Austin Seipp
77ff9b727c
buck2: unstable-2023-07-18 -> unstable-2023-08-01
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-08-01 15:17:03 -05:00
github-actions[bot]
af8989fe73
Merge staging-next into staging
2023-08-01 00:03:07 +00:00
github-actions[bot]
8faf32ac60
Merge master into staging-next
2023-08-01 00:02:30 +00:00
Weijia Wang
e0f32f8944
buildMavenPackage: inherit maven
2023-07-31 21:12:31 +02:00
Nick Cao
14e95dc9c8
Merge pull request #243966 from NickCao/meson
...
meson: 1.1.1 -> 1.2.0
2023-07-29 19:15:31 -06:00
github-actions[bot]
e6cd0a7c69
Merge master into staging-next
2023-07-29 00:02:02 +00:00
Robert Scott
246977b44d
Merge pull request #245713 from liff/gradle-8.2
...
gradle: 8.0.1 -> 8.2.1
2023-07-28 22:29:50 +01:00
Martin Weinelt
1021376e65
Merge pull request #244135 from NixOS/python-updates
...
Python updates 2023-07-18
2023-07-28 20:48:26 +02:00
Dmitry Ivankov
ecbebc9e22
bazel_6: fix typo on comments
...
Leftover bazel_5 reference ffrom 5->6 update
2023-07-28 13:37:15 +02:00
Theodore Ni
852ab542d2
conan: relax dependency on pyyaml
2023-07-28 12:15:32 +02:00
Pol Dellaiera
9842beff20
Merge pull request #245632 from DrSensor/pkgs/knit
...
knit: init at 1.1.1
2023-07-28 10:57:22 +02:00
Nick Cao
c67cd8f56f
Merge pull request #245800 from r-ryantm/auto-update/sbt-extras
...
sbt-extras: 2023-07-11 -> 2023-07-25
2023-07-27 19:55:17 -06:00
R. Ryantm
4c78dfbf6f
sbt-extras: 2023-07-11 -> 2023-07-25
2023-07-27 23:09:10 +00:00
Fahmi Akbar Wildana
99782d462f
knit: init at 1.1.1
2023-07-28 05:50:09 +07:00
Olli Helenius
13cbc0d413
gradle_7: 7.6.1 -> 7.6.2
2023-07-27 14:04:13 +03:00
Olli Helenius
5aa3fc52e2
gradle: 8.0.1 -> 8.2.1
2023-07-27 13:46:24 +03:00
Anderson Torres
f90ca50987
bmake: mark as broken on Aarch64
2023-07-26 21:50:56 -03:00
Anderson Torres
741bedef5b
bmake: 20230414 -> 20230711
2023-07-26 21:50:56 -03:00
Anderson Torres
14d3808d2b
bmake: refactor setup-hook.sh
...
- shellcheck it
- move function definitions to the top of file
2023-07-26 21:50:56 -03:00
Anderson Torres
aef415998b
bmake: cosmetic rewrite
...
- remove `with lib;`
- put BROKEN_TESTS under env
- reorder phases in execution order (because it's nice!)
2023-07-26 21:50:56 -03:00
Anderson Torres
a149d8852a
bmake: remove fix-localtime-test.patch
...
This file is not referenced anywhere in the expression.
2023-07-26 21:50:56 -03:00
Jakub Kozłowski
9d3f97499b
Merge pull request #243574 from NixOS/scala-cli-1-0-2
...
scala-cli: 1.0.1 -> 1.0.2
2023-07-26 20:57:16 +02:00
Pol Dellaiera
a3318fcf57
Merge pull request #241661 from r-ryantm/auto-update/maven
...
maven: 3.9.2 -> 3.9.3
2023-07-26 15:01:19 +02:00
Mario Rodas
fdac5ffcfa
bazel-buildtools: 6.1.1 -> 6.1.2
...
Diff: https://github.com/bazelbuild/buildtools/compare/6.1.1...v6.1.2
Changelog: https://github.com/bazelbuild/buildtools/releases/tag/v6.1.2
2023-07-23 04:20:00 +00:00
William Veal Phan
1b54927c85
sbt: 1.9.2 -> 1.9.3 ( #245161 )
2023-07-24 10:41:01 -04:00
tali auster
9a238982dc
alire: init at 1.2.2
2023-07-23 09:16:59 -03:00
Austin Seipp
3ec081d54e
buck2: unstable-2023-07-15 -> unstable-2023-07-18
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-07-19 13:35:43 -05:00
Austin Seipp
5fb1e1c3fa
buck2: add generated tag in update.sh script output
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-07-19 13:35:43 -05:00
Austin Seipp
5b86eecfab
buck2: migrate linux binary to static musl build
...
A lot less work to support, and more reliable, too.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-07-18 09:40:54 -05:00
Austin Seipp
7e7c8fc893
buck2: unstable-2023-07-11 -> unstable-2023-07-15
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-07-18 09:40:54 -05:00
Austin Seipp
74e81c5926
buck2: fix selection logic in update.sh
...
Didn't test this as well as I thought, I guess. Previously it would
return more than one result in the wrong order. Fixed now, so the latest
version is always picked up correctly.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-07-18 09:40:54 -05:00
Nick Cao
ce52bf9cc3
meson: 1.1.1 -> 1.2.0
...
Release Note: https://mesonbuild.com/Release-notes-for-1-2-0.html
Diff: https://github.com/mesonbuild/meson/compare/1.1.1...1.2.0
2023-07-17 20:17:14 +08:00
Weijia Wang
ca5941c5ad
Merge pull request #243734 from r-ryantm/auto-update/moon
...
moon: 1.10.0 -> 1.10.1
2023-07-17 11:01:32 +02:00
Ryan Burns
d6479a49c7
Merge pull request #243751 from r-burns/bpkg-git2.38
...
bpkg: fix for git v2.38
2023-07-16 16:35:47 -07:00
Ryan Burns
33376d8e45
bpkg: fix for git v2.38
2023-07-16 11:18:45 -07:00
R. Ryantm
c020eb255c
moon: 1.10.0 -> 1.10.1
2023-07-15 22:12:49 +00:00
Jakub Kozłowski
dc84bd68b1
scala-cli: 1.0.1 -> 1.0.2
2023-07-15 03:54:31 +02:00
Ryan Burns
22032910e8
Merge pull request #243367 from tjni/build2
...
build2: use lld from llvm 16 to link on darwin
2023-07-14 15:59:42 -07:00
Austin Seipp
4fae5e769a
buck2: add passthru.tests
...
I think this will help with the `update.nix` script logic, to ensure
that builds work properly afterwords.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-07-14 11:06:45 -05:00
Theodore Ni
ee4f1fe1d8
build2: use lld from llvm 16 to link on darwin
2023-07-14 01:40:40 -07:00
Nick Cao
d97b16beb6
Merge pull request #243001 from wineee/xmake
...
xmake: 2.7.9 -> 2.8.1
2023-07-13 20:17:54 -06:00
figsoda
118f0883f0
Merge pull request #243256 from r-ryantm/auto-update/moon
...
moon: 1.9.2 -> 1.10.0
2023-07-13 19:38:37 -04:00
R. Ryantm
2bfb14fdd1
moon: 1.9.2 -> 1.10.0
2023-07-13 11:00:21 +00:00
Nick Cao
bb9685919e
Merge pull request #243185 from r-ryantm/auto-update/sbt-extras
...
sbt-extras: 2023-06-07 -> 2023-07-11
2023-07-12 22:18:00 -06:00
Austin Seipp
e481f12672
buck2: init at unstable-2023-07-11
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-07-12 22:23:18 -05:00
R. Ryantm
431d5ccdf5
sbt-extras: 2023-06-07 -> 2023-07-11
2023-07-13 01:47:37 +00:00
rewine
f9e1d0bd66
xmake: 2.7.9 -> 2.8.1
2023-07-12 13:55:49 +08:00
Kevin Rauscher
e1fba23d1b
bloop: 1.5.6 -> 1.5.8
2023-07-11 14:19:21 +02:00
Jesús Martínez
193583c241
sbt: 1.9.1 -> 1.9.2 ( #242598 )
2023-07-10 09:32:40 -04:00
R. Ryantm
ce771049d2
moon: 1.9.1 -> 1.9.2
2023-07-05 17:39:24 +00:00
R. Ryantm
067cc9d6ae
maven: 3.9.2 -> 3.9.3
2023-07-05 10:23:50 +00:00
figsoda
7fa2b68ce1
Merge pull request #241041 from r-ryantm/auto-update/moon
...
moon: 1.8.3 -> 1.9.1
2023-07-02 09:45:07 -04:00
R. Ryantm
0ec4902ee3
moon: 1.8.3 -> 1.9.1
2023-07-02 05:18:22 +00:00
R. Ryantm
7e77b37e43
bazel-remote: 2.4.0 -> 2.4.1
2023-07-02 04:36:49 +00:00
Janik
c287bba061
Merge pull request #240011 from fabianhjr-dealengine/update-mill
2023-06-27 20:41:39 +02:00
William Veal Phan
5293bbdbef
sbt: 1.9.0 -> 1.9.1 ( #240143 )
...
following release https://github.com/sbt/sbt/releases/tag/v1.9.1
2023-06-27 18:19:10 +02:00
Fabián Heredia Montiel
e87cb08ecf
mill: add zenithal as maintainer
2023-06-27 09:08:27 -06:00
Janik
a4d488a008
Merge pull request #233330 from marsam/update-fmt
2023-06-27 10:26:13 +02:00
Fabián Heredia Montiel
29ace74e8c
mill: 0.11.0 → 0.11.1
2023-06-26 15:57:30 -06:00
github-actions[bot]
2c439c14b6
Merge master into staging-next
2023-06-25 18:01:21 +00:00
Felix Buehler
6672dde558
treewide: use optionalAttrs instead of 'else {}'
2023-06-25 11:01:34 -03:00
github-actions[bot]
b633dddac4
Merge master into staging-next
2023-06-24 18:01:04 +00:00
R. Ryantm
e7a2b32301
moon: 1.5.1 -> 1.8.3
2023-06-24 11:22:57 +00:00
Nick Cao
7e34ab6e28
Merge pull request #238730 from alyssais/meson-1.1.1
...
meson: 1.1.0 -> 1.1.1
2023-06-20 20:44:05 -06:00
github-actions[bot]
74d0f1c452
Merge staging-next into staging
2023-06-21 00:03:02 +00:00
Weijia Wang
00bc3c531d
maven.buildMavenPackage: rename from javaPackages.mavenfod
2023-06-20 19:54:46 +03:00
Weijia Wang
75a3ce9316
maven: remove builder.sh
...
This commit also drops support for Maven 1.x.
2023-06-20 19:53:10 +03:00
github-actions[bot]
6106b60c5c
Merge staging-next into staging
2023-06-20 12:02:04 +00:00
Weijia Wang
50847470ba
Merge pull request #238746 from Tillerino/update/maven
...
maven: 3.8.6 -> 3.9.2
2023-06-20 14:46:03 +03:00
Tillerino
fdbfdee4a4
maven: 3.8.6 -> 3.9.2
2023-06-20 13:13:31 +02:00
Alyssa Ross
e6714f38f7
meson: 1.1.0 -> 1.1.1
2023-06-20 08:56:34 +00:00
R. Ryantm
7414fffaa4
sbt-extras: 2023-01-05 -> 2023-06-07
2023-06-20 01:07:49 +00:00
Anderson Torres
b8ac5b6cfb
cmake: 3.25.3 -> 3.26.4
2023-06-19 03:45:37 +00:00
Sandro Jäckel
11111115db
moon: change version to confirm to contributing guide
2023-06-15 23:43:29 +02:00
Sandro Jäckel
3ad7d71afe
treewide: don't set platforms.unix for buildGoModule
2023-06-13 17:54:26 +03:00
Weijia Wang
e53ae8c894
scala-cli: set platforms
2023-06-13 16:08:11 +03:00