Commit Graph

18586 Commits

Author SHA1 Message Date
R. Ryantm
5f1640f25f mlkit: 4.7.9 -> 4.7.10 2024-05-31 15:42:56 +00:00
Emery Hemingway
5b321ac6b3 nimOverrides: do not pass final attrset to override funcs
The final attrset is not used by any of the overrides and presents
a infinite recursion hazard.

Performance of buildNimPackage is improved.
2024-05-30 08:12:39 +00:00
K900
225169d106
Merge pull request #315790 from paparodeo/revert-openbsd-patches
llvmPackages_18.{clang,libcxx}: Revert redundant openbsd patches
2024-05-30 10:34:22 +03:00
isabel
63aceac766 treewide: remove unused occurence of fetchFromGitHub argument 2024-05-30 05:56:07 +00:00
Reno Dakota
30d42ba569
Revert "llvmPackages.clang: Fix special-case for OpenBSD to be less special"
This reverts commit 222a29eb53.
2024-05-30 05:07:41 +00:00
Reno Dakota
8110970af9
Revert "llvmPackages.libcxx: Fix compiling for OpenBSD"
This reverts commit 0c6d2eee3c.
2024-05-30 05:07:41 +00:00
Marek Fajkus
574745b2fc
Merge pull request #313750 from am-on/fix/elm-analyse
elmPackages.elm-analyse: fix starting server
2024-05-29 21:13:01 +02:00
John Ericson
61c678f71e
Merge pull request #311836 from obsidiansystems/aa-openbsd-1
openbsd: init at 7.5
2024-05-29 13:42:32 -04:00
Weijia Wang
472340f7ee
Merge pull request #314965 from jeremyschlatter/bend-0-2-22_hvm-2-0-17
bend: 0.2.9 -> 0.2.22, hvm: 2.0.12 -> 2.0.17
2024-05-29 08:46:21 +02:00
Daniel Nagy
050df1a7e6
go: Support WASI platform
With this change it is now possible to build simple Go packages into
WebAssembly and WASI. For example, it is now possible to build
`wazero` to wasm:

```sh
$ file $(nix-build -A pkgsCross.wasi32.wazero --no-out-link)/bin/wazero
/nix/store/pzzzsnmyjjrxi8gmadksn99rgfbxqrp2-wazero-static-wasm32-unknown-wasi-1.7.2/bin/wazero: WebAssembly (wasm) binary module version 0x1 (MVP)
```

https://go.dev/blog/wasi
2024-05-29 00:45:00 +02:00
Philipp Herzog
ae34cb9560
gleam: 1.1.0 -> 1.2.0 2024-05-28 13:47:58 +02:00
AMS21
48d0c1cdfc llvmPackages_18: 18.1.5 -> 18.1.6 2024-05-27 11:50:48 +02:00
Weijia Wang
ec76ebf4d8
Merge pull request #314947 from wegank/corretto-eval-fix 2024-05-27 01:57:47 +02:00
Jeremy Schlatter
fb9bfe8f74
hvm: 2.0.12 -> 2.0.17
HVM2 never needed rust nightly, so also drop `RUSTC_BOOSTRAP = true`.

See https://github.com/HigherOrderCO/HVM/issues/352
2024-05-26 16:07:34 -07:00
Weijia Wang
ea7468d365
Merge pull request #314378 from Infinidoge/bump-openjdk-semeru
semeru-bin: init at 21, update sources
2024-05-27 00:13:41 +02:00
Weijia Wang
a292fa38bd corretto17: fix eval on darwin 2024-05-26 23:22:44 +02:00
Robert Scott
b337f61a46
Merge pull request #314810 from GiulioCocconi/fix/smalltalk
gnu-smalltalk: fix build
2024-05-26 20:36:53 +01:00
Giulio Cocconi
7619c9693e gnu-smalltalk: Numbered the patch 2024-05-26 18:22:43 +02:00
Thiago Kenji Okada
7780e5160e
Merge pull request #314381 from Infinidoge/bump-openjdk-jetbrains
jetbrains-jdk: 17.0.11-b1000.8 -> 17.0.11-b1207.24)
2024-05-26 16:04:06 +01:00
Thiago Kenji Okada
bf40cc63d8
Merge pull request #313927 from wegank/openjdk-bump-split-4
openjdk17, openjfx17, corretto17: update
2024-05-26 16:00:23 +01:00
John Ericson
ad6fa01c06 llvmPackages.compiler-rt: Add flag to force libcompiler-rt.a creation
See the code comments for details

Also replace a bad hard-coded `freebsd` with a flexible `*` wildcard in
the `doFakeLibgcc` implementation.
2024-05-26 10:55:15 -04:00
Ali Abrar
d0b08ab5de llvmPackages: libcxx: link stdlib
See: https://github.com/NixOS/nixpkgs/pull/246577/files#r1600650238

This code was breaking some thing for me, and I believe it was a
mistake. I hink we *do* wanna link libc, since libc++ depends on it, but
*don't* want to link an already-existing C++ standard library
implementation. `-nostdlib++` without `-nostdlib` therefore seems
correct to me.

Without this change, we do indeed fail to link OpenBSD.
2024-05-26 10:55:15 -04:00
John Ericson
0c6d2eee3c llvmPackages.libcxx: Fix compiling for OpenBSD 2024-05-26 10:55:15 -04:00
John Ericson
222a29eb53 llvmPackages.clang: Fix special-case for OpenBSD to be less special 2024-05-26 10:55:15 -04:00
Giulio Cocconi
577e785181 gnu-smalltalk: fix-build 2024-05-26 11:35:58 +02:00
Matthias Beyer
32c609cc57
Merge pull request #314460 from r-ryantm/auto-update/lobster
lobster: 2023.13 -> 2024.0
2024-05-26 11:12:58 +02:00
Infinidoge
a49ac84467
jetbrains-jdk: 17.0.11-b1000.8 -> 17.0.11-b1207.24) 2024-05-25 20:28:15 -04:00
sternenseemann
741dfd28b9 Merge master into haskell-updates 2024-05-25 22:54:26 +02:00
Infinidoge
09b0b53e3c corretto: 17.0.8.8.1 -> 17.0.11.9.1
Removes the FixNullPtrCast patch, as it failed to apply.
Need to investigate whether the patch needs to be updated for this
version, or if the patch was backported into corretto's JDK source.
2024-05-25 20:39:54 +02:00
Nick Cao
b61f187bc3
Merge pull request #314300 from r-ryantm/auto-update/erg
erg: 0.6.36 -> 0.6.37
2024-05-25 08:43:27 -04:00
Infinidoge
614dc610fe openjfx: 17.0.6+3 -> 17.0.11-ga 2024-05-25 14:11:53 +02:00
Infinidoge
5a3c6df28f openjdk: 17.0.7+7 -> 17.0.11+9 2024-05-25 14:11:53 +02:00
Thiago Kenji Okada
3292b1e79b
Merge pull request #313925 from wegank/openjdk-bump-split-3
openjdk11, openjfx11, corretto11: update
2024-05-25 12:16:46 +01:00
R. Ryantm
37245e94f3 lobster: 2023.13 -> 2024.0 2024-05-25 02:46:05 +00:00
github-actions[bot]
edc6c261ab
Merge master into haskell-updates 2024-05-25 00:13:23 +00:00
Infinidoge
9710ec0b8e corretto: 11.0.20.9.1 -> 11.0.23.9.1 2024-05-25 00:54:43 +02:00
Infinidoge
ccbada92bb
adoptopenjdk-bin: mark EOL releases as vulnerable 2024-05-24 17:45:20 -04:00
Infinidoge
0da3bbed9d
corretto: remove unnecessary inputs 2024-05-24 17:45:20 -04:00
Infinidoge
d8e578b4f9
corretto: use version as rev 2024-05-24 17:08:47 -04:00
Infinidoge
e397de45fe
openjfx: mark EOL releases as vulnerable 2024-05-24 17:06:06 -04:00
Infinidoge
bc1d332e1e
openjfx: build openjfx21 with openjdk21 2024-05-24 17:06:06 -04:00
Infinidoge
936fd7cb3b
openjfx: build openjfx20 with openjdk20 2024-05-24 17:06:05 -04:00
Infinidoge
d3307e2d2f
openjdk: add infinidoge as maintainer 2024-05-24 17:06:05 -04:00
Infinidoge
4484cc91ac
openjdk: mark openjdk19 and openjdk20 as EOL 2024-05-24 17:06:05 -04:00
Infinidoge
9d2a4fde3b
semeru-bin: update sources 2024-05-24 16:50:36 -04:00
Infinidoge
fef3145c8d
semeru-bin: mark EOL releases as vulnerable 2024-05-24 16:39:20 -04:00
Infinidoge
70b1aa3c71
semeru-bin: init at 21 2024-05-24 16:39:20 -04:00
Infinidoge
7afa74c72d
semeru-bin: fix issue with 1-tuple impls 2024-05-24 16:39:20 -04:00
Infinidoge
4d548bc90e
semeru-bin: update sources 2024-05-24 16:39:20 -04:00
Weijia Wang
c341ac58ae
Merge pull request #313923 from wegank/openjdk-bump-split-2
openjdk8: 8u362-ga -> 8u412-ga
2024-05-24 18:40:24 +02:00