Sandro
09cb5e8416
Merge pull request #183507 from Artturin/stdenvmeson1
2022-08-01 23:06:51 +02:00
Artturin
596a678b7f
meson: pull patch to use more binutils variables
...
meson did not use these
therefore some packages had to do things
like this
```
substituteInPlace meson.build --replace \
"find_program('nm')" \
"find_program('${stdenv.cc.targetPrefix}nm')"
```
2022-08-01 20:03:47 +03:00
Claudio Bley
0917e34967
bazel_{3,4,5}: Use arm64
as arch suffix on aarch64
...
The official bazel wrapper script uses `$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m)`
as the `os-arch` suffix.
On aarch64 Darwin, `uname -m` returns "arm64", on aarch64 Linux it returns "aarch64".
2022-08-01 06:39:12 +02:00
Uri Baghin
75d6a6a7fb
bazel_5: get libtool from path
...
We're resolving most cc toolchain tools from the path and environment variables, but we hardcode libtool. This makes it hard to point libtool to the specific one you need, for example to work around issues like
https://github.com/NixOS/nixpkgs/pull/180251#issuecomment-1200096413 . Make it consistent by getting libtool from path too, like other cc toolchain tools.
2022-07-30 17:32:28 +10:00
Filipe Regadas
ad9b9f5ce3
Revert: scala-cli: add aarch64-darwin to sources #178711
...
scala-cli only has x86 binary and should be used via an overlay. This is in line with all the other darwin packages.
2022-07-29 08:24:22 +01:00
Olli Helenius
ac9d569aea
gradle: 7.4.2 -> 7.5
2022-07-25 23:08:45 +03:00
Mario Rodas
9245adc135
Merge pull request #182486 from kubukoz/scala-cli-0110
...
scala-cli: 0.1.9 -> 0.1.10
2022-07-24 14:33:51 -05:00
Brian Leung
6f0279fcb5
bear: 3.0.19 -> 3.0.20
2022-07-23 11:20:33 -07:00
Jakub Kozłowski
5444bc1f9a
scala-cli: 0.1.9 -> 0.1.10
2022-07-22 18:34:14 +02:00
Vladimír Čunát
250922fd1e
Merge branch 'master' into staging-next
2022-07-18 08:29:53 +02:00
Sandro
f13f81af88
Merge pull request #177110 from newAM/bear
...
bear: 3.0.14 -> 3.0.19
2022-07-17 15:14:13 +02:00
Thomas Tuegel
e1e0d5d513
Merge pull request #108496 from knedlsepp/cmake-rpath
...
cmake/setup-hook.sh: Don't skip build-RPATH
2022-07-11 10:18:47 -05:00
Mario Rodas
6ace864d8d
Merge pull request #180617 from r-ryantm/auto-update/bazel-remote
...
bazel-remote: 2.3.7 -> 2.3.8
2022-07-09 00:33:42 -05:00
R. Ryantm
4a706341b1
bazel-remote: 2.3.7 -> 2.3.8
2022-07-08 03:50:06 +00:00
github-actions[bot]
312ad6d25c
Merge master into staging-next
2022-07-07 12:01:23 +00:00
Jakub Kozłowski
63b81ee7fd
bloop: 1.5.0 -> 1.5.2
2022-07-06 17:55:37 +02:00
github-actions[bot]
a653bbaea6
Merge master into staging-next
2022-07-04 00:05:02 +00:00
Josef Kemetmüller
f7414e2b3a
cmake/setup-hook.sh: Don't skip build-RPATH
...
This should simplify using `nix-shell -A` or `nix develop` to develop
CMake based projects. CMake features a mechanism to use a different
RPATH for all executables in the build directory and only rewrite these
RPATHs on installation. This makes it possible to run executables
already from the build directory without having to set LD_LIBRARY_PATH.
This should simplify the checkPhase for cmake based projects and
hopefully not break anything.
Fixes : #22060
2022-07-04 02:58:50 +03:00
Uri Baghin
8f0612bf3b
Merge pull request #179395 from the-mikedavis/md-bazel-5.2.0
...
bazel: 5.1.1 -> 5.2.0
2022-07-04 09:11:32 +10:00
github-actions[bot]
fc65c5c219
Merge master into staging-next
2022-07-03 18:01:12 +00:00
Vladimír Čunát
aab2ab55a4
Merge #167671 : cmake: Fix a darwin-specific patch
...
...into staging-next. I assume that applying on non-Darwin was
just temporary for testing, so I cut that part to avoid rebuilds.
2022-07-02 15:30:32 +02:00
Zenithal
f3e8668b8f
mill: 0.10.4 -> 0.10.5
2022-07-01 19:48:14 +08:00
github-actions[bot]
d5a880feca
Merge staging-next into staging
2022-07-01 00:03:19 +00:00
Jakub Kozłowski
e7d52cc26c
scala-cli: 0.1.8 -> 0.1.9
2022-06-30 21:02:21 +02:00
Michael Davis
7c3d4d3af8
bazel: 5.1.1 -> 5.2.0
2022-06-27 15:44:14 -05:00
R. Ryantm
54a65b5cd5
cmake: Fix darwin-specific remove-systemconfiguration-dep patch
...
Unbreaks cmakeMinimal on darwin.
Co-authored-by: Ryan Burns <rtburns@protonmail.com>
2022-06-27 23:54:11 +08:00
github-actions[bot]
6905fbbcef
Merge staging-next into staging
2022-06-26 06:01:52 +00:00
github-actions[bot]
55b22a1f00
Merge master into staging-next
2022-06-26 06:01:20 +00:00
Mario Rodas
c811344871
Merge pull request #178711 from regadas/add_scalacli_aarch64_darwin
...
scala-cli: add aarch64-darwin to sources
2022-06-25 23:10:18 -05:00
milahu
20f3160f41
ninja: disable line-clearing with TERM=dumb
2022-06-25 17:08:53 +02:00
github-actions[bot]
ed1037c13a
Merge staging-next into staging
2022-06-25 06:01:57 +00:00
github-actions[bot]
ae24e28a98
Merge master into staging-next
2022-06-25 06:01:17 +00:00
Uri Baghin
7e1209a527
Merge pull request #177507 from ylecornec/ylecornec/bazel_dependencies_path
...
Bazel runtime dependencies in PATH
2022-06-25 14:37:25 +10:00
Yves-Stan Le Cornec
c6909daf0e
bazel_5: use correct bazel version for tests
...
`bazel_self` is the current package. If we do not specify it explicitly when defining tests then Bazel 3 is used by default.
2022-06-24 17:37:20 +02:00
Yves-Stan Le Cornec
384035c4cf
bazel_4: use correct bazel version for tests
...
`bazel_self` is the current package. If we do not specify it explicitly when defining tests then Bazel 3 is used by default.
2022-06-24 17:34:47 +02:00
Yves-Stan Le Cornec
ad5f4abb9c
bazel_5: remove unnecessary buildInputs from tests
...
Now that PATH dependencies are provided via a wrapper, these buildInputs become unnecessary
2022-06-24 17:26:05 +02:00
Yves-Stan Le Cornec
934ad0d729
bazel_4: remove unnecessary buildInputs from tests.
...
Now that PATH dependencies are provided via a wrapper, these buildInputs become unnecessary
2022-06-24 17:23:11 +02:00
regadas
83543ec972
Add scala-cli aarch64-darwin
...
Temporarly ref x86 binaries
2022-06-23 12:11:20 +01:00
AndersonTorres
fc881d3a4b
cmake: 3.22.3 -> 3.23.2
2022-06-22 22:11:27 -03:00
AndersonTorres
cd39674dc0
cmake: add myself as maintainer
2022-06-22 22:11:27 -03:00
AndersonTorres
02155ca916
cmake: rename patches
...
Because it is easier to look at them as a block, not polluting the directory
listing so much.
2022-06-22 22:11:09 -03:00
AndersonTorres
d6f12ab2f6
cmake: use a list of suitable uiToolkits instead of Boolean values
...
Also, aborts when the list contains anything besides the acceptable options.
2022-06-22 21:52:07 -03:00
AndersonTorres
033cfacaf2
cmake: reformat expression
2022-06-21 23:04:07 -03:00
github-actions[bot]
46b42d9734
Merge staging-next into staging
2022-06-16 23:27:58 +00:00
github-actions[bot]
ccdd0f7af6
Merge master into staging-next
2022-06-16 23:27:22 +00:00
Robert Scott
12eea1c636
treewide/development: add sourceType binaryNativeCode for many packages
...
excluding compilers and interpreters as some new tricks may be
needed to cover their various bootstrapping processes properly
2022-06-16 20:12:04 +01:00
github-actions[bot]
ca38c61118
Merge staging-next into staging
2022-06-16 00:02:52 +00:00
github-actions[bot]
d1886be475
Merge master into staging-next
2022-06-16 00:02:14 +00:00
Jakub Kozłowski
6b0f4f603c
scala-cli: 0.1.7 -> 0.1.8
2022-06-15 18:20:23 +02:00
github-actions[bot]
15c142e5c0
Merge staging-next into staging
2022-06-13 18:02:13 +00:00