mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
javaPackages.mavenfod: drop
This commit is contained in:
parent
a819aea202
commit
c2b359cd1f
|
@ -10,10 +10,8 @@ let
|
||||||
openjfx20 = callPackage ../development/compilers/openjdk/openjfx/20.nix { };
|
openjfx20 = callPackage ../development/compilers/openjdk/openjfx/20.nix { };
|
||||||
openjfx21 = callPackage ../development/compilers/openjdk/openjfx/21.nix { };
|
openjfx21 = callPackage ../development/compilers/openjdk/openjfx/21.nix { };
|
||||||
|
|
||||||
mavenfod = pkgs.maven.buildMavenPackage;
|
|
||||||
|
|
||||||
in {
|
in {
|
||||||
inherit mavenfod openjfx11 openjfx15 openjfx17 openjfx19 openjfx20 openjfx21;
|
inherit openjfx11 openjfx15 openjfx17 openjfx19 openjfx20 openjfx21;
|
||||||
|
|
||||||
compiler = let
|
compiler = let
|
||||||
|
|
||||||
|
@ -242,3 +240,6 @@ in {
|
||||||
inherit (pkgs.darwin.apple_sdk_11_0.callPackage ../development/java-modules/jogl { })
|
inherit (pkgs.darwin.apple_sdk_11_0.callPackage ../development/java-modules/jogl { })
|
||||||
jogl_2_4_0;
|
jogl_2_4_0;
|
||||||
}
|
}
|
||||||
|
// lib.optionalAttrs config.allowAliases {
|
||||||
|
mavenfod = throw "'mavenfod' is renamed to/replaced by 'maven.buildMavenPackage'";
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue