Tomo
c04d7170e0
team-list: establish java team
...
As discussed in #jdk:nixos.org on Matrix, the maintainers of the
Java ecosystem in Nixpkgs feel that a team for Java would be helpful.
2024-11-09 18:26:59 +00:00
Emily
82fc758e95
zulu: don’t depend on OpenJDK’s meta.nix
...
This is about to go away.
2024-10-23 16:42:34 +01:00
Emily
35cc1474ef
zulu22: drop
...
Actually, nobody even got around to making an alias for this one…
2024-09-26 16:46:04 +01:00
Emily
309cfa50b6
zulu23: init at 23.0.0
2024-09-26 11:58:47 +01:00
Emily
c12e8ac25f
zulu21: 21.0.2 -> 21.0.4
2024-09-26 11:58:47 +01:00
Emily
3afd5ff68b
zulu17: 17.0.10 -> 17.0.12
2024-09-26 11:58:47 +01:00
Emily
72f2e946d7
zulu11: 11.0.22 -> 11.0.24
2024-09-26 11:58:47 +01:00
Emily
44cdf2fe1c
zulu8: 8.0.{392,402} -> 8.0.422
2024-09-26 11:58:47 +01:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Emily
43fe9d2bbc
{javaPackages.compiler.openjdk18,corretto19,open{jdk,jfx}{19,20}*}: drop
...
These have all been end‐of‐life for more than 10 months.
2024-08-01 13:29:26 +01:00
Joseph Stahl
23835bcff7
zulu22: fix javafx hashes ( #311800 )
2024-05-15 15:09:28 +02:00
Weijia Wang
56ed765f9c
Merge pull request #295440 from jlesquembre/jl/jdk22
...
openjdk22: init at 22+36
2024-03-25 16:16:48 +01:00
José Luis Lafuente
d7c54882e6
openjdk22: init at 22+36
2024-03-25 14:41:55 +01:00
Weijia Wang
111dd2ed97
openjdk16: make linux-only
2024-03-11 00:42:42 +01:00
Weijia Wang
b7869ed9a0
zulu: fix build with javafx on linux
2024-03-08 09:35:46 +01:00
Weijia Wang
41e8ce2fb1
Merge pull request #287214 from wegank/zulu-11-bump
...
zulu11: 11.0.20 -> 11.0.22
2024-02-09 18:52:34 +01:00
Weijia Wang
4982252838
zulu8: 8.0.382 -> 8.0.402
2024-02-08 13:00:54 +01:00
Weijia Wang
5f951ba910
zulu11: 11.0.20 -> 11.0.22
2024-02-08 11:15:35 +01:00
Weijia Wang
86a5d2482e
Merge pull request #286298 from wegank/zulu-17-bump
...
zulu17: 17.0.8.1 -> 17.0.10
2024-02-05 01:36:59 +01:00
Weijia Wang
330e2607ab
zulu17: 17.0.8.1 -> 17.0.10
2024-02-04 15:39:40 +01:00
Weijia Wang
8f4f538203
zulu21: 21.0.0 -> 21.0.2
2024-02-03 22:03:00 +01:00
Weijia Wang
0617025285
zulu: drop version from pname
2023-12-23 03:42:24 +01:00
Weijia Wang
f3e89babd4
zulu21: init at 21.0.0
2023-10-08 23:14:52 +02:00
Weijia Wang
473e087523
zulu17: init at 17.0.8.1
2023-10-08 23:14:52 +02:00
Weijia Wang
2e692b3ddb
zulu: add darwin support
2023-10-08 17:34:23 +02:00
Rahul Butani
4232f8fdf8
zulu: set meta.sourceProvenance
...
the Azul Zulu tarballs/zips contain JVM bytecode (class files) and
native code (shared objects)
2023-06-09 20:03:48 -05:00
Nathan Viets
b1d7b4b4fb
zulu: 11.52.13 -> 11.62.17 and 8.48.0.53 -> 8.68.0.19
2023-01-23 20:00:06 -06:00
Franz Pletz
c092a502df
treewide: remove myself as maintainer from some pkgs
...
Only packages I'm not able to maintain anymore as of today. Mostly
because I'm haven't been using them in a while.
2022-08-03 14:17:51 +02:00
Karanjot Singh
28a328a124
zulu: build for aarch64-darwin
...
zulu: build for aarch64-darwin
fixed indentation and spaces
minor changes and formatting
2022-07-01 21:30:08 +02:00
OPNA2608
d2f268745a
treewide: autoPatchelfHook only on Linux
2022-03-23 21:37:39 +01:00
Steven Kou
2d0cecac60
zulu: 11.50.19 -> 11.52.13
2022-01-13 17:38:30 +08:00
Vanilla
8b1dae8b3c
zulu: 11.41.23 -> 11.50.19
2021-08-23 20:56:56 +08:00
Vanilla
381e0dfb09
zulu: fix build on darwin
2021-08-23 18:08:53 +08:00
Sandro
3e712c9a24
Merge pull request #110567 from taku0/jdk_ln_headers
2021-07-23 18:49:58 +02:00
AndersonTorres
e9e5f5f84d
Change all alsaLib references to alsa-lib
2021-06-10 01:12:49 -03:00
Samuel Gräfenstein
9abf4f8758
zulu*: add meta.mainProgram
2021-04-29 15:28:57 +02:00
taku0
9cc0da0f7f
zulu, zulu8: link jni_md.h to include folder
...
See https://discourse.nixos.org/t/nix-shell-environment-to-debug-a-build-of-an-r-package/11010/4
2021-03-07 14:00:56 +09:00
taku0
5ea6b90822
adoptopenjdk-bin, zulu, graalvm11-ce: do not wrap jspawnhelper
...
Fix #114495 .
Note that OpenJDK 8 does not have jspawnhelper.
2021-02-27 19:23:55 +09:00
taku0
20b4ec5151
zulu8: add support for GTK+ Look and Feel
2021-02-18 20:07:04 +09:00
taku0
6e3d7fbb7c
zulu: add support for GTK+ Look and Feel
2021-02-18 20:07:03 +09:00
Robert Schütz
6c478b944f
zulu: does not depend on libav
2021-02-04 15:19:24 +01:00
Robert Schütz
564d498580
zulu8: does not depend on libav
2021-02-04 15:19:23 +01:00
Ben Siraphob
acc5f7b18a
pkgs/development/compilers: stdenv.lib -> lib
2021-01-23 08:57:37 +07:00
Jan Tojnar
3825e74193
treewide: drop gnome2.pango alias
2020-10-25 23:48:29 +01:00
Tim Steinbach
ee2c434e89
zulu: Remove maintainer nequissimus
2020-10-08 11:00:15 -04:00
Yan Su
d7d22f5443
zulu: 10.1+11 -> 11.41.23
2020-08-11 17:18:30 +09:00
Yan Su
de127352c4
zulu8: 8.28.0.1 -> 8.48.0.53
2020-08-11 17:18:30 +09:00
Doron Behar
01d4e2fe33
treewide: use ffmpeg_3 explicitly if not wanted otherwise
...
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
John Ericson
373236ccff
treewide: JAVA_HOME may not always be defined
2019-11-01 22:00:07 +00:00